summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/go-template/with.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/go-template/with.md')
-rw-r--r--docs/content/en/functions/go-template/with.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/go-template/with.md b/docs/content/en/functions/go-template/with.md
index 197181953..0f3255b1a 100644
--- a/docs/content/en/functions/go-template/with.md
+++ b/docs/content/en/functions/go-template/with.md
@@ -36,7 +36,7 @@ Use with the [`else`] statement:
{{ end }}
```
-Intialize a variable, scoped to the current block:
+Initialize a variable, scoped to the current block:
```go-html-template
{{ with $var := 42 }}