From ad5c993d2275a61cc6d2d3a0f7c2ec7bbd4337af Mon Sep 17 00:00:00 2001 From: Jon Huhn Date: Tue, 11 Sep 2018 13:08:59 -0500 Subject: [PATCH] Fix typo in control_structures.md Signed-off-by: Jon Huhn Signed-off-by: Jon Huhn --- 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 1844bd393..161f293a0 100644 --- a/docs/chart_template_guide/control_structures.md +++ b/docs/chart_template_guide/control_structures.md @@ -269,7 +269,7 @@ It will produce an error because `Release.Name` is not inside of the restricted release: {{ .Release.Name }} ``` -After looking a `range`, we will take a look at template variables, which offer one solution to the scoping issue above. +After looking at `range`, we will take a look at template variables, which offer one solution to the scoping issue above. ## Looping with the `range` action