summaryrefslogtreecommitdiffstats
path: root/docs/content/en/templates/introduction.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/templates/introduction.md')
-rw-r--r--docs/content/en/templates/introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/templates/introduction.md b/docs/content/en/templates/introduction.md
index 801df71cc..ba66afa86 100644
--- a/docs/content/en/templates/introduction.md
+++ b/docs/content/en/templates/introduction.md
@@ -107,7 +107,7 @@ The custom variables need to be prefixed with `$`.
{{ $address := "123 Main St." }}
{{ $address }}
```
-Vriables can be re-defined using the `=` operator. The example below
+Variables can be re-defined using the `=` operator. The example below
prints "Var is Hugo Home" on the home page, and "Var is Hugo Page" on
all other pages: