From 71f5105a862a5261dc042e2dbe68fe3a52aa1039 Mon Sep 17 00:00:00 2001 From: Eric Briand Date: Tue, 11 Sep 2018 13:21:04 +0200 Subject: [PATCH] Fix typo on staging --- examples/multibases/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/multibases/README.md b/examples/multibases/README.md index 29d06ecb9..ae3d471a4 100644 --- a/examples/multibases/README.md +++ b/examples/multibases/README.md @@ -107,7 +107,7 @@ Now the workspace has following directories > └── kustomization.yaml > ``` -Confirm that the `kustomize build` output contains three pod objects from dev, staing and production variants. +Confirm that the `kustomize build` output contains three pod objects from dev, staging and production variants. ```