Minor type (#11966)

Removed an & that was not needed and would break on windows
This commit is contained in:
Dr Luke Angel 2019-01-28 18:40:34 -06:00 committed by Kubernetes Prow Robot
parent 935e50da22
commit 134a391407
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ locating the apiserver and authenticating.
Run it like this:
```shell
$ kubectl proxy --port=8080 &
$ kubectl proxy --port=8080
```
See [kubectl proxy](/docs/reference/generated/kubectl/kubectl-commands/#proxy) for more details.