Skip to content

Commit

Permalink
Corrected the typo of 'chck' with 'check'
Browse files Browse the repository at this point in the history
  • Loading branch information
bogard1203 authored Dec 1, 2019
1 parent d6285ea commit b67df0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/tasks/extend-kubectl/kubectl-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ sudo chmod +x ./kubectl-foo-bar-baz
# "install" your plugin by moving it to a directory in your $PATH
sudo mv ./kubectl-foo-bar-baz /usr/local/bin

# chck that kubectl recognizes your plugin
# check that kubectl recognizes your plugin
kubectl plugin list
```

Expand Down

0 comments on commit b67df0a

Please sign in to comment.