From 836e545bea0c6804339f3c406f7b7d7fc40b3f28 Mon Sep 17 00:00:00 2001 From: Suracheth Chawla Date: Tue, 24 Jul 2018 12:17:59 +0700 Subject: [PATCH] `this` instead of `the` to make it sound better. --- .../docs/concepts/overview/working-with-objects/namespaces.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 cb74056327d4b..86ac5c35731d5 100644 --- a/content/en/docs/concepts/overview/working-with-objects/namespaces.md +++ b/content/en/docs/concepts/overview/working-with-objects/namespaces.md @@ -58,7 +58,7 @@ Kubernetes starts with three initial namespaces: * `default` The default namespace for objects with no other namespace * `kube-system` The namespace for objects created by the Kubernetes system - * `kube-public` The namespace is created automatically and readable by all users (including those not authenticated). This namespace is mostly reserved for cluster usage, in case that some resources should be visible and readable publicly throughout the whole cluster. The public aspect of this namespace is only a convention, not a requirement. + * `kube-public` This namespace is created automatically and is readable by all users (including those not authenticated). This namespace is mostly reserved for cluster usage, in case that some resources should be visible and readable publicly throughout the whole cluster. The public aspect of this namespace is only a convention, not a requirement. ### Setting the namespace for a request @@ -108,4 +108,4 @@ $ kubectl api-resources --namespaced=true $ kubectl api-resources --namespaced=false ``` -{{% /capture %}} \ No newline at end of file +{{% /capture %}}