From c1d042441c1a0bfb3c9ed7e1b2c058e1a7f06364 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Mon, 23 Apr 2018 22:38:31 +0800 Subject: [PATCH] Typo fix in glossary.md: cluser->cluster cluser->cluster refers to to->refers to --- cmd/kustomize/docs/glossary.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/kustomize/docs/glossary.md b/cmd/kustomize/docs/glossary.md index 1ab3fb8ba..2218f987a 100644 --- a/cmd/kustomize/docs/glossary.md +++ b/cmd/kustomize/docs/glossary.md @@ -186,7 +186,7 @@ An _overlay_ is a [target] that modifies (and thus depends on) another target. The [kustomization] in an overlay refers to (via file path, -URI or other method) to _some other kustomization_, known as +URI or other method) _some other kustomization_, known as its [base]. An overlay is unusable without its base. @@ -198,7 +198,7 @@ environment instances. The configuration of these environments is specified in individual overlays (one per environment) that all refer to a common base that holds common configuration. -One configures the cluser like this: +One configures the cluster like this: > ``` > kustomize build someapp/overlays/staging |\