From 37b639e508ef53a370fc1095d5ead3b2295fd026 Mon Sep 17 00:00:00 2001 From: Dhilip Date: Tue, 15 Aug 2017 15:35:06 +0530 Subject: [PATCH] [minor] Grammar [minor] Grammar --- docs/user-guide/kubectl-cheatsheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/kubectl-cheatsheet.md b/docs/user-guide/kubectl-cheatsheet.md index 7aca9473ef..111f3d942e 100644 --- a/docs/user-guide/kubectl-cheatsheet.md +++ b/docs/user-guide/kubectl-cheatsheet.md @@ -18,7 +18,7 @@ $ source <(kubectl completion zsh) # setup autocomplete in zsh ## Kubectl Context and Configuration -Set which Kubernetes cluster `kubectl` communicates with and modify configuration +Set which Kubernetes cluster `kubectl` communicates with and modifies configuration information. See [Authenticating Across Clusters with kubeconfig](/docs/concepts/cluster-administration/authenticate-across-clusters-kubeconfig/) documentation for detailed config file information.