Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-05-31 11:22:05 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-05-31 11:22:05 +0300
commit95baafeac4689674b41e2888609e409aea3693c7 (patch)
treed32100b0f123ca2360301ddec6f26a11347391d8 /docs/content/en/templates
parent6f7bf3f2d7eda178d0dba4a6bf3dfa50229df7ae (diff)
parente4bfe59c4e043c92d3992587d8c64d264b262a22 (diff)
Merge commit 'e4bfe59c4e043c92d3992587d8c64d264b262a22'
Diffstat (limited to 'docs/content/en/templates')
-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: