From 4a49abb81ef78a1e4c6c69fc2e29bd8b98d6ce40 Mon Sep 17 00:00:00 2001 From: Daniel M Barlow Date: Tue, 6 Nov 2018 17:51:14 +0100 Subject: [PATCH] Small typo fix (#4887) Signed-off-by: Daniel M Barlow --- 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 9ecd55142..511318731 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 offers one solution to the scoping issue above. ## Looping with the `range` action