diff --git a/docs/chart_template_guide/named_templates.md b/docs/chart_template_guide/named_templates.md index af36b14c0..daea98b19 100644 --- a/docs/chart_template_guide/named_templates.md +++ b/docs/chart_template_guide/named_templates.md @@ -258,7 +258,7 @@ Say we've defined a simple template that looks like this: ``` {{- define "mychart_app" -}} app_name: {{ .Chart.Name }} -app_version: "{{ .Chart.Version} }+{{ .Release.Time.Seconds }}" +app_version: "{{ .Chart.Version }}+{{ .Release.Time.Seconds }}" {{- end -}} ```