Skip to content

Commit d3bd399

Browse files
committed
Corrected 'Go shopping' id to 1.
1 parent 4146107 commit d3bd399

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

egghead.io_video_tutorial_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@ console.log('--------------');
13071307
console.log('Dispatching ADD_TODO.'); // second todo
13081308
store.dispatch({
13091309
type: 'ADD_TODO',
1310-
id: 0,
1310+
id: 1,
13111311
text: 'Go shopping'
13121312
});
13131313

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@
309309
console.log('Dispatching ADD_TODO.'); // second todo
310310
store.dispatch({
311311
type: 'ADD_TODO',
312-
id: 0,
312+
id: 1,
313313
text: 'Go shopping'
314314
});
315315

0 commit comments

Comments
 (0)