Skip to content

Commit 63e675b

Browse files
authored
fix typo (or -> of) (#299)
1 parent 83d14d2 commit 63e675b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/src/campaigns_common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ func newCampaignsApplyFlags(flagSet *flag.FlagSet, cacheDir string) *campaignsAp
6666
)
6767
flagSet.StringVar(
6868
&caf.namespace, "namespace", "",
69-
"The user of organization namespace to place the campaign within.",
69+
"The user or organization namespace to place the campaign within.",
7070
)
7171
flagSet.StringVar(&caf.namespace, "n", "", "Alias for -namespace.")
7272

0 commit comments

Comments
 (0)