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

github.com/gohugoio/hugoDocs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReLater <ReLater@users.noreply.github.com>2022-05-16 16:08:55 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-05-16 19:16:05 +0300
commitfafd5070e1aa3fcb0590b4282092b7b4c76fb59c (patch)
tree3f9d4bdf11f83dd8547a2b1eb5a38b47acb7679a
parent348c4e2377f55964705f071f600040b1cede9e5d (diff)
Typo: Vriables > Variables
-rw-r--r--content/en/templates/introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/en/templates/introduction.md b/content/en/templates/introduction.md
index 801df71cc..ba66afa86 100644
--- a/content/en/templates/introduction.md
+++ b/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: