From 1a9bbb455817e6c154a9a82087bd1fe8230d8cef Mon Sep 17 00:00:00 2001 From: AdamDang Date: Thu, 3 May 2018 22:38:03 +0800 Subject: [PATCH] Typo fix: defintion->definition defintion->definition --- demos/configGeneration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/configGeneration.md b/demos/configGeneration.md index a9a40e066..67524feb5 100644 --- a/demos/configGeneration.md +++ b/demos/configGeneration.md @@ -145,7 +145,7 @@ mkdir -p $DEMO_HOME/base ``` Make the data for the base. This direction by -defintion should hold resources common to all +definition should hold resources common to all environments. Here we're only defining a java properties file, and a `kustomization` file that references it.