dwyl / learn-redux

:boom: Comprehensive Notes for Learning (how to use) Redux to manage state in your Web/Mobile (React.js) Apps.
GNU General Public License v2.0
446 stars 42 forks source link

Corrected 'Go shopping' id to 1. #36

Closed rouzazari closed 7 years ago

rouzazari commented 7 years ago

Description

The current version has id: 0 for the 'Go shopping' task in Video 14. I believe this should be id: 1, otherwise there will be two id: 0 todos (one for 'Learn Redux' and another for 'Go shopping').

Fix

I have corrected this in index.html and egghead.io_video_tutorial_notes.md.

Remaining fixes

I am not knowledgeable enough about git/github to make these changes to all the intermediate commits that you link in the egghead.io_video_tutorial_notes.md file. Also, the image on line 1333 of egghead.io_video_tutorial_notes.md shows id: 0 for 'Go shopping'.

Thanks

nelsonic commented 7 years ago

@rouzazari Thanks for fixing that id! ⭐