Skip to content

Commit 1b021cc

Browse files
author
Kate Osborn
committed
Fix typo
1 parent 4eaef4e commit 1b021cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/gateway/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var (
2525
gatewayCtlrName = flag.String(
2626
"gateway-ctlr-name",
2727
"",
28-
fmt.Sprintf("The name of the Gateway controller. The controller name must of the form DOMAIN/PATH. The controller's domain is '%s'", domain),
28+
fmt.Sprintf("The name of the Gateway controller. The controller name must be of the form: DOMAIN/PATH. The controller's domain is '%s'", domain),
2929
)
3030

3131
gatewayClassName = flag.String(

0 commit comments

Comments
 (0)