We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb9b4c1 + 7678974 commit 3847a8eCopy full SHA for 3847a8e
README.md
@@ -262,7 +262,7 @@ All we need is an `Object` with a
262
todos: [
263
{ id: 1, title: "Learn Elm Architecture", done: true },
264
{ id: 2, title: "Build Todo List App", done: false },
265
- { id: 3, title: "Win the Internet!", done, false }
+ { id: 3, title: "Win the Internet!", done: false }
266
]
267
}
268
```
0 commit comments