From f7fc6cebc3151aa15634a9ca26310491cb8189ec Mon Sep 17 00:00:00 2001 From: Ashish Thakur Date: Mon, 20 May 2019 17:47:12 +0530 Subject: [PATCH] Fixing grammatical error (#14389) --- content/en/docs/concepts/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/_index.md b/content/en/docs/concepts/_index.md index 731efb09e9..68ac58bb66 100644 --- a/content/en/docs/concepts/_index.md +++ b/content/en/docs/concepts/_index.md @@ -53,7 +53,7 @@ For example, when you use the Kubernetes API to create a Deployment, you provide The Kubernetes master is responsible for maintaining the desired state for your cluster. When you interact with Kubernetes, such as by using the `kubectl` command-line interface, you're communicating with your cluster's Kubernetes master. -> The "master" refers to a collection of processes managing the cluster state. Typically these processes are all run on a single node in the cluster, and this node is also referred to as the master. The master can also be replicated for availability and redundancy. +> The "master" refers to a collection of processes managing the cluster state. Typically all these processes run on a single node in the cluster, and this node is also referred to as the master. The master can also be replicated for availability and redundancy. ### Kubernetes Nodes