Skip to content

Commit 9449cf8

Browse files
authored
fix typo
1 parent eb2e3b7 commit 9449cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/completion/fish/fish.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ func NewCommand() *cobra.Command {
2121
cmd := &cobra.Command{
2222
Args: cobra.NoArgs,
2323
Use: "fish",
24-
Short: "Generate shel completion for fish",
24+
Short: "Generate shell completion for fish",
2525
RunE: func(cmd *cobra.Command, args []string) error {
2626
return cmd.Parent().Parent().GenFishCompletion(os.Stdout, true)
2727
},

0 commit comments

Comments
 (0)