Merge pull request #341 from nibalizer/docs2

Docs Fixup
This commit is contained in:
Mitchell Hashimoto 2014-09-30 11:40:44 -07:00
commit b692b9eb29
1 changed files with 3 additions and 3 deletions

View File

@ -88,9 +88,9 @@ variable = [{
}]
```
Notice that the top visually looks a lot better? By repeating multiple
`variable` sections, it adds the `variable` array. When possible, use
sections since they're visually clearer and more reasily readable.
Notice how the top stanza visually looks a lot better? By repeating
multiple `variable` sections, it builds up the `variable` array. When
possible, use sections since they're visually clearer and more readable.
## JSON Syntax