Docs Fixup

This commit is contained in:
Spencer Krum 2014-09-30 11:32:25 -07:00
parent 5152f05d0a
commit 0f32eefb2b
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 Notice how the top stanza visually looks a lot better? By repeating
`variable` sections, it adds the `variable` array. When possible, use multiple `variable` sections, it builds up the `variable` array. When
sections since they're visually clearer and more reasily readable. possible, use sections since they're visually clearer and more readable.
## JSON Syntax ## JSON Syntax