From 91397935a7bb56df1d6ada60d1e3d72ab2da455e Mon Sep 17 00:00:00 2001 From: AJ Moore Date: Mon, 8 Apr 2019 19:21:04 -0600 Subject: [PATCH] Update namespaces.md (#13682) Updates `namespaces` command to `namespace` --- .../docs/concepts/overview/working-with-objects/namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/overview/working-with-objects/namespaces.md b/content/en/docs/concepts/overview/working-with-objects/namespaces.md index 862ae2adc6..42cdf9d5ee 100644 --- a/content/en/docs/concepts/overview/working-with-objects/namespaces.md +++ b/content/en/docs/concepts/overview/working-with-objects/namespaces.md @@ -46,7 +46,7 @@ for namespaces](/docs/admin/namespaces). You can list the current namespaces in a cluster using: ```shell -kubectl get namespaces +kubectl get namespace ``` ``` NAME STATUS AGE