summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryeasy <yangbaohua@gmail.com>2016-03-15 15:19:15 +0800
committerEric Paris <eparis@redhat.com>2016-03-15 18:39:47 -0400
commit3f92a009dae62fcb572fcde63e5d967c617d3150 (patch)
treeaf3df61ca6e9b72711388ff0f702368928592ae9
parent291e9bcd9b94dc620836cc0de43e2c27103e20cd (diff)
Remove duplicated words
-rw-r--r--access.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/access.md b/access.md
index d7b6b8ec..dafceb6a 100644
--- a/access.md
+++ b/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).