Skip to content

Commit ac1b927

Browse files
authored
content: Fix text formatting in templates/partial.md
1 parent 7193295 commit ac1b927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎content/en/templates/partial.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ As shown in the above example directory structure, you can nest your directories
4949

5050
### Variable scoping
5151

52-
The second argument in a partial call is the variable being passed down. The above examples are passing the `.`, which tells the template receiving the partial to apply the current [context][context].
52+
The second argument in a partial call is the variable being passed down. The above examples are passing the dot (`.`), which tells the template receiving the partial to apply the current [context][context].
5353

5454
This means the partial will *only* be able to access those variables. The partial is isolated and cannot access the outer scope. From within the partial, `$.Var` is equivalent to `.Var`.
5555

0 commit comments

Comments
 (0)