From f639e0661b440ea2f817b46ac593be560cd853f9 Mon Sep 17 00:00:00 2001 From: Karthik Gaekwad Date: Sun, 22 Oct 2017 01:31:25 -0500 Subject: [PATCH] Typo I believe this should be "users" not "uses" --- docs/concepts/overview/working-with-objects/namespaces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/overview/working-with-objects/namespaces.md b/docs/concepts/overview/working-with-objects/namespaces.md index c09701db14..0b3dfdbd1d 100644 --- a/docs/concepts/overview/working-with-objects/namespaces.md +++ b/docs/concepts/overview/working-with-objects/namespaces.md @@ -18,7 +18,7 @@ need the features they provide. Namespaces provide a scope for names. Names of resources need to be unique within a namespace, but not across namespaces. -Namespaces are a way to divide cluster resources between multiple uses (via [resource quota](/docs/concepts/policy/resource-quotas/)). +Namespaces are a way to divide cluster resources between multiple users (via [resource quota](/docs/concepts/policy/resource-quotas/)). In future versions of Kubernetes, objects in the same namespace will have the same access control policies by default.