Deleted duplicate sentence and corrected typo (#17902)

* Corrected the typo of 'chck' with 'check'

* Removed the duplicate sentence
This commit is contained in:
bogard1203
2019-12-02 16:09:04 +08:00
committed by Kubernetes Prow Robot
parent 8a4f05dbc6
commit 5c87fecbf2
2 changed files with 1 additions and 3 deletions
@@ -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
```