Skip to content

Commit

Permalink
Typo: Vriables > Variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ReLater authored and bep committed May 16, 2022
1 parent 348c4e2 commit fafd507
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/templates/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit fafd507

Please sign in to comment.