From 36ab3f3faecbc3f5431629df8a17392e5e67150f Mon Sep 17 00:00:00 2001 From: Charle Demers Date: Fri, 4 Dec 2020 10:33:56 -0500 Subject: [PATCH] Update content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md Co-authored-by: Tim Bannister --- .../port-forward-access-application-cluster.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md b/content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md index 53dd3f3ce8..eb37432feb 100644 --- a/content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md +++ b/content/en/docs/tasks/access-application-cluster/port-forward-access-application-cluster.md @@ -180,7 +180,7 @@ for database debugging. PONG ``` -### Optionaly let _kubectl_ choose the local port +### Optionally let _kubectl_ choose the local port {#let-kubectl-choose-local-port} If you don't need a specific local port, you can let `kubectl` choose and allocate the local port and thus relieve you from having to manage local port conflicts, with @@ -219,4 +219,3 @@ The support for UDP protocol is tracked in ## {{% heading "whatsnext" %}} Learn more about [kubectl port-forward](/docs/reference/generated/kubectl/kubectl-commands/#port-forward). -