Skip to content

Commit 92fbd57

Browse files
Updated /content/en/docs/reference/kubectl/cheatsheet
Signed-off-by: Utkarsh Singh <[email protected]>
1 parent 142a543 commit 92fbd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/reference/kubectl/cheatsheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ echo '[[ $commands[kubectl] ]] && source <(kubectl completion zsh)' >> ~/.zshrc
4545
Require kubectl version 1.23 or above.
4646

4747
```bash
48-
echo 'kubectl completion fish | source' >> ~/.config/fish/config.fish # add autocomplete permanently to your fish shell
48+
echo 'kubectl completion fish | source' >> ~/.config/fish/config.fish # add kubectl autocompletion permanently to your fish shell
4949
```
5050

5151
### A note on `--all-namespaces`

0 commit comments

Comments
 (0)