From 305fbd2bf6408d44f48f7739f3131bab07f50451 Mon Sep 17 00:00:00 2001 From: Naoki Oketani Date: Wed, 14 Aug 2019 23:11:07 +0900 Subject: [PATCH] fixed a typo in kubectl book --- .../docs/book/pages/resource_printing/cluster_information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}