Skip to content

Commit 3847a8e

Browse files
authored
Merge pull request #8 from jhaker/master
fixed todos model typo
2 parents fb9b4c1 + 7678974 commit 3847a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ All we need is an `Object` with a
262262
todos: [
263263
{ id: 1, title: "Learn Elm Architecture", done: true },
264264
{ id: 2, title: "Build Todo List App", done: false },
265-
{ id: 3, title: "Win the Internet!", done, false }
265+
{ id: 3, title: "Win the Internet!", done: false }
266266
]
267267
}
268268
```

0 commit comments

Comments
 (0)