From 5408b60ad64b5580de1f2be8f52986f99ca17c35 Mon Sep 17 00:00:00 2001 From: Kent Rancourt Date: Tue, 16 May 2017 09:41:01 -0400 Subject: [PATCH] minor typo fix --- docs/chart_template_guide/control_structures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/chart_template_guide/control_structures.md b/docs/chart_template_guide/control_structures.md index 8723aacef..7575ebc35 100644 --- a/docs/chart_template_guide/control_structures.md +++ b/docs/chart_template_guide/control_structures.md @@ -170,7 +170,7 @@ data: {{- end}} ``` -Just for the same of making this point clear, let's adjust the above, and substitute an `*` for each whitespace that will be deleted following this rule. an `*` at the end of the line indicates a newline character that would be removed +Just for the sake of making this point clear, let's adjust the above, and substitute an `*` for each whitespace that will be deleted following this rule. an `*` at the end of the line indicates a newline character that would be removed ```yaml apiVersion: v1