docs(sidenav): oops missing paren

This commit is contained in:
Naomi Black 2015-04-22 00:38:57 -07:00
parent b8ed6bb766
commit 0b22d905b3
1 changed files with 2 additions and 6 deletions

View File

@ -1,22 +1,18 @@
{ {
"_listtype": "ordered", "_listtype": "ordered",
"setup": { "setup": {
"title": "Getting Started" "title": "Getting Started"
}, },
"displaying-data": { "displaying-data": {
"title": "Displaying Data" "title": "Displaying Data"
}, },
"user-input": { "user-input": {
"title": "User Input" "title": "User Input"
}, },
"making-components": { "making-components": {
"title": "Making Components" "title": "Making Components"
}, },
"talking-to-components": { "talking-to-components": {
"title": "Talking to Components" "title": "Talking to Components"
} }
}