Update namespaces-walkthrough.md (#7551)

Fixed a couple typos.
This commit is contained in:
bryangunn
2018-02-27 23:14:45 -05:00
committed by k8s-ci-robot
parent 4bbc2c77c6
commit 23342f23d9
@@ -28,7 +28,7 @@ This example assumes the following:
By default, a Kubernetes cluster will instantiate a default namespace when provisioning the cluster to hold the default set of Pods,
Services, and Deployments used by the cluster.
Assuming you have a fresh cluster, you can introspect the available namespace's by doing the following:
Assuming you have a fresh cluster, you can inspect the available namespaces by doing the following:
```shell
$ kubectl get namespaces