Skip to content

Commit 60fbe13

Browse files
trevorstinsonjackmcdade
authored andcommitted
Add missing comma and missing word (#228)
1 parent fe6529e commit 60fbe13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/collections/docs/antlers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ national_parks:
132132
- Redwood
133133
```
134134

135-
As you may have guessed, you can access the variable with `{{ national_parks }}`. Since this is an array though, that's only the beginning. Add a closing tag, `{{ /national_parks }}` and some helper variables you can use display the bits inside, and you're in action. You can fetch the key (the order, starting from zero) with `{{ key }}` and the value (the reason we’re here) with `{{ value }}`.
135+
As you may have guessed, you can access the variable with `{{ national_parks }}`. Since this is an array though, that's only the beginning. Add a closing tag, `{{ /national_parks }}`, and some helper variables you can use to display the bits inside, and you're in action. You can fetch the key (the order, starting from zero) with `{{ key }}` and the value (the reason we’re here) with `{{ value }}`.
136136

137137
```
138138
{{ national_parks }}
@@ -417,4 +417,4 @@ If you use [Sublime Text](https://www.sublimetext.com/) or [Atom](https://atom.i
417417
[comparison]: http://php.net/manual/en/language.operators.comparison.php
418418
[logical]: http://php.net/manual/language.operators.logical.php
419419
[modifiers]: /modifiers
420-
[tags-vs-vars]: /knowledge-base/tags-vs-variables
420+
[tags-vs-vars]: /knowledge-base/tags-vs-variables

0 commit comments

Comments
 (0)