From 23342f23d9b0e360b2bc83f3fe04c23d9e726cd4 Mon Sep 17 00:00:00 2001 From: bryangunn <30510064+bryangunn@users.noreply.github.com> Date: Tue, 27 Feb 2018 23:14:45 -0500 Subject: [PATCH] Update namespaces-walkthrough.md (#7551) Fixed a couple typos. --- docs/tasks/administer-cluster/namespaces-walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/administer-cluster/namespaces-walkthrough.md b/docs/tasks/administer-cluster/namespaces-walkthrough.md index 579c2f4906..ef8de898b8 100644 --- a/docs/tasks/administer-cluster/namespaces-walkthrough.md +++ b/docs/tasks/administer-cluster/namespaces-walkthrough.md @@ -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