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

code typo error in video_tutorial_notes #34

Closed qaraluch closed 8 years ago

qaraluch commented 8 years ago

In file egghead.io_video_tutorial_notes.md, chapter: 7. Implementing Store from Scratch instead of listeners.push(listeners); should be listeners.push(listener);

nelsonic commented 8 years ago

@qaraluch really well spotted! thanks for correcting it! :tada: