From 65f44fe1e6a60e28d338c57f2b00796a5d124244 Mon Sep 17 00:00:00 2001 From: XSAM Date: Wed, 7 Feb 2018 01:23:22 +0800 Subject: [PATCH] fix typo envrionment -> [environment] --- .../configuration/organize-cluster-access-kubeconfig.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/concepts/configuration/organize-cluster-access-kubeconfig.md b/docs/concepts/configuration/organize-cluster-access-kubeconfig.md index 3709914bd5ec2..39b75139e25b2 100644 --- a/docs/concepts/configuration/organize-cluster-access-kubeconfig.md +++ b/docs/concepts/configuration/organize-cluster-access-kubeconfig.md @@ -62,7 +62,7 @@ required. If the `KUBECONFIG` environment variable doesn't exist, If the `KUBECONFIG` environment variable does exist, `kubectl` uses an effective configuration that is the result of merging the files -listed in the `KUBECONFIG` evironment variable. +listed in the `KUBECONFIG` environment variable. ## Merging kubeconfig files @@ -82,7 +82,7 @@ Here are the rules that `kubectl` uses when it merges kubeconfig files: Otherwise, if the `KUBECONFIG` environment variable is set, use it as a list of files that should be merged. - Merge the files listed in the `KUBECONFIG` envrionment variable + Merge the files listed in the `KUBECONFIG` environment variable according to these rules: * Ignore empty filenames. @@ -151,4 +151,3 @@ are stored absolutely. {% endcapture %} {% include templates/concept.md %} -