File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
internal/mode/static/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -354,7 +354,7 @@ func TestStaticModeCmdFlagValidation(t *testing.T) {
354
354
expectedErrPrefix : `invalid argument "" for "--usage-report-resolver" flag: must be set` ,
355
355
},
356
356
{
357
- name : "usage-report-resolveris an invalid endpoint" ,
357
+ name : "usage-report-resolver is an invalid endpoint" ,
358
358
args : []string {
359
359
"--usage-report-resolver=$*(invalid)" ,
360
360
},
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
11
11
type Config struct {
12
12
// AtomicLevel is an atomically changeable, dynamic logging level.
13
13
AtomicLevel zap.AtomicLevel
14
- // UsageReportConfig specifies the NGINX Plus usage reporting config .
14
+ // UsageReportConfig specifies the NGINX Plus usage reporting configuration .
15
15
UsageReportConfig UsageReportConfig
16
16
// Version is the running NGF version.
17
17
Version string
You can’t perform that action at this time.
0 commit comments