Skip to content

Commit f65d1b0

Browse files
committed
Nit suggestions
1 parent e55ce5c commit f65d1b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/gateway/commands_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ func TestStaticModeCmdFlagValidation(t *testing.T) {
354354
expectedErrPrefix: `invalid argument "" for "--usage-report-resolver" flag: must be set`,
355355
},
356356
{
357-
name: "usage-report-resolveris an invalid endpoint",
357+
name: "usage-report-resolver is an invalid endpoint",
358358
args: []string{
359359
"--usage-report-resolver=$*(invalid)",
360360
},

internal/mode/static/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
type Config struct {
1212
// AtomicLevel is an atomically changeable, dynamic logging level.
1313
AtomicLevel zap.AtomicLevel
14-
// UsageReportConfig specifies the NGINX Plus usage reporting config.
14+
// UsageReportConfig specifies the NGINX Plus usage reporting configuration.
1515
UsageReportConfig UsageReportConfig
1616
// Version is the running NGF version.
1717
Version string

0 commit comments

Comments
 (0)