Docs Fixup
This commit is contained in:
parent
5152f05d0a
commit
0f32eefb2b
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue