From 592be0921f8ef981c91ef2f7964ec1d6a26e71cf Mon Sep 17 00:00:00 2001 From: yeasy Date: Tue, 15 Mar 2016 15:19:15 +0800 Subject: [PATCH] Remove duplicated words --- docs/design/access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/access.md b/docs/design/access.md index d7b6b8ec6a4..dafceb6aa56 100644 --- a/docs/design/access.md +++ b/docs/design/access.md @@ -181,7 +181,7 @@ Improvements: ### Namespaces -K8s will have a have a `namespace` API object. It is similar to a Google Compute Engine `project`. It provides a namespace for objects created by a group of people co-operating together, preventing name collisions with non-cooperating groups. It also serves as a reference point for authorization policies. +K8s will have a `namespace` API object. It is similar to a Google Compute Engine `project`. It provides a namespace for objects created by a group of people co-operating together, preventing name collisions with non-cooperating groups. It also serves as a reference point for authorization policies. Namespaces are described in [namespaces.md](namespaces.md).