Skip to content

Commit 9db4b49

Browse files
authored
Merge pull request #626 from jplock/patch-2
Cleanup grammar in short description
2 parents 2f9383b + 0ab60e4 commit 9db4b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/operator-sdk/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
func NewRootCmd() *cobra.Command {
2424
cmd := &cobra.Command{
2525
Use: "operator-sdk",
26-
Short: "A sdk for building operator with ease",
26+
Short: "An SDK for building operators with ease",
2727
Version: version.Version,
2828
}
2929

0 commit comments

Comments
 (0)