From af8730032a14da71870213f7ea0bfb0399ee7fd2 Mon Sep 17 00:00:00 2001 From: willise <willisesun@gmail.com> Date: Wed, 31 May 2017 16:13:41 +0800 Subject: [PATCH] docs(helm): fix typo --- docs/charts_tips_and_tricks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/charts_tips_and_tricks.md b/docs/charts_tips_and_tricks.md index 01d9ea83c..0ed1ab83e 100644 --- a/docs/charts_tips_and_tricks.md +++ b/docs/charts_tips_and_tricks.md @@ -78,7 +78,7 @@ Go provides a way for setting template options to control behavior when a map is indexed with a key that's not present in the map. This is typically set with template.Options("missingkey=option"), where option can be default, zero, or error. While setting this option to error will -stop execution with an arror, this would apply to every missing key in the +stop execution with an error, this would apply to every missing key in the map. There may be situations where a chart developer wants to enforce this behavior for select values in the values.yml file. -- GitLab