Update web-ui-dashboard.md (#4900)

modify the first letter of sentence to be in uppercase
This commit is contained in:
Anthony
2017-08-18 07:10:58 +08:00
committed by Steve Perry
parent 092ab3d509
commit 34b927c417
@@ -34,7 +34,7 @@ You can access Dashboard using the kubectl command-line tool by running the foll
$ kubectl proxy
```
kubectl will handle authentication with apiserver and make Dashboard available at http://localhost:8001/ui
Kubectl will handle authentication with apiserver and make Dashboard available at http://localhost:8001/ui.
The UI can _only_ be accessed from the machine where the command is executed. See `kubectl proxy --help` for more options.