From 55247c62ff669d15804a5f94c31501e3176c4a34 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Wed, 9 May 2018 00:00:05 +0800 Subject: [PATCH] Typo fix: cluser->cluster cluser->cluster --- docs/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/glossary.md b/docs/glossary.md index 1b25d14f7..9243a024f 100644 --- a/docs/glossary.md +++ b/docs/glossary.md @@ -238,7 +238,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 |\