fix typo envrionment -> [environment] (#7262)

This commit is contained in:
Sam Xie 2018-02-07 10:21:43 +08:00 committed by k8s-ci-robot
parent 072112f6e5
commit 44b8e65b40
1 changed files with 2 additions and 3 deletions

View File

@ -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 %}