happypoulp / redux-tutorial

Learn how to use redux step by step
3.76k stars 546 forks source link

Fix typo #74

Closed cgrinaldi closed 8 years ago

cgrinaldi commented 8 years ago

ES5 is referenced when the actual code provided is using an ES6 feature.

And thanks for the great tutorial! Really helped me to understand some of the more nuances related to Redux (especially the middleware stuff!)

happypoulp commented 8 years ago

My bad, I actually really meant ES5 but I was only talking about the function body, not its signature that is indeed using es6 destructuring assignment. Would you mind changing your fix to something like "with function body translated to es5 for readability" if it clears confusion?

Thanks.

cgrinaldi commented 8 years ago

Will do. Thanks for the feedback!

cgrinaldi commented 8 years ago

Ok, @happypoulp , I made the suggested changes. Thanks again for the tutorial!

happypoulp commented 8 years ago

Thanks!