Fix issues in content (#10943)

* Fix issues in content

Signed-off-by: mooncake <xcoder@tenxcloud.com>

* rollback file
This commit is contained in:
Bily Zhang
2018-11-11 11:56:21 +08:00
committed by k8s-ci-robot
parent cc763d4692
commit aa4ea8d95b
3 changed files with 3 additions and 3 deletions
@@ -191,7 +191,7 @@ The command from the above example, can be invoked using either a dash (`-`) or
$ kubectl foo-bar
I am a plugin with a dash in my name
# it can also be inovked using an underscore
# it can also be invoked using an underscore
$ kubectl foo_bar
I am a plugin with a dash in my name
```