From 1df62bfdfb0dba58af3d800e46987f203272bbad Mon Sep 17 00:00:00 2001 From: Kazuki Suda Date: Wed, 6 Apr 2016 17:32:47 +0900 Subject: [PATCH] Fix typo --- docs/user-guide/kubeconfig-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/kubeconfig-file.md b/docs/user-guide/kubeconfig-file.md index 22afc32b84..0bda9e8156 100644 --- a/docs/user-guide/kubeconfig-file.md +++ b/docs/user-guide/kubeconfig-file.md @@ -124,7 +124,7 @@ namespace. Each of the three is optional; it is valid to specify a context with `user`,`namespace`, or to specify none. Unspecified values, or named values that don't have corresponding entries in the loaded kubeconfig (e.g. if the context specified a `pink-user` for the above kubeconfig file) will be replaced with the default. See [Loading and merging rules](#loading-and-merging) below for override/merge behavior. -You can add or modify `context` entries with [`kubectl config set-conext`](/docs/user-guide/kubectl/kubectl_config_set-context). +You can add or modify `context` entries with [`kubectl config set-context`](/docs/user-guide/kubectl/kubectl_config_set-context). #### current-context