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) {
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 },
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import (
1111type 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
You can’t perform that action at this time.
0 commit comments