Skip to content

Commit 8b25cd2

Browse files
brianzelipBrian Zelip
andauthored
Fix saveState docs (#883)
Co-authored-by: Brian Zelip <[email protected]>
1 parent fd05e2d commit 8b25cd2

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/_entries/options/savestate.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,11 @@ For this to work, you should give each node in the tree data an id field:
1111
{
1212
name: 'node1',
1313
id: 123,
14-
childen: [
15-
name: 'child1',
16-
id: 124
14+
children: [
15+
{
16+
name: 'child1',
17+
id: 124
18+
}
1719
]
1820
}
1921
{% endhighlight %}

0 commit comments

Comments
 (0)