diff --git a/staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/cluster_information.md b/staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/cluster_information.md index 55e093b1d23..22495287eef 100644 --- a/staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/cluster_information.md +++ b/staging/src/k8s.io/kubectl/docs/book/pages/resource_printing/cluster_information.md @@ -67,7 +67,7 @@ kubectl cluster-info {% endmethod %} {% panel style="info", title="Kube Proxy" %} -The URLs printed by `cluster-info` can be access at `127.0.0.1:8001` by +The URLs printed by `cluster-info` can be accessed at `127.0.0.1:8001` by running `kubectl proxy`. {% endpanel %}