fixed a typo in kubectl book

Kubernetes-commit: 305fbd2bf6408d44f48f7739f3131bab07f50451
This commit is contained in:
Naoki Oketani 2019-08-14 23:11:07 +09:00 committed by Kubernetes Publisher
parent 598b3932ce
commit 6098586103
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}