From 134a39140768ff3bc14aedba6e1218c7f1298cb5 Mon Sep 17 00:00:00 2001 From: Dr Luke Angel Date: Mon, 28 Jan 2019 18:40:34 -0600 Subject: [PATCH] Minor type (#11966) Removed an & that was not needed and would break on windows --- .../en/docs/tasks/access-application-cluster/access-cluster.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/tasks/access-application-cluster/access-cluster.md b/content/en/docs/tasks/access-application-cluster/access-cluster.md index a1ffcb6efb..2dfc3767d7 100644 --- a/content/en/docs/tasks/access-application-cluster/access-cluster.md +++ b/content/en/docs/tasks/access-application-cluster/access-cluster.md @@ -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.