Skip to content

Commit 6224ea6

Browse files
authored
fix typo (#7208)
1 parent 8430e34 commit 6224ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cli/admin_cluster_commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ func AdminAddSearchAttribute(c *cli.Context) error {
8282
if err != nil {
8383
return commoncli.Problem("Add search attribute failed.", err)
8484
}
85-
fmt.Println("Success. Note that for a multil-node Cadence cluster, DynamicConfig MUST be updated separately to whitelist the new attributes.")
85+
fmt.Println("Success. Note that for a multi-node Cadence cluster, DynamicConfig MUST be updated separately to whitelist the new attributes.")
8686
return nil
8787
}
8888

0 commit comments

Comments
 (0)