Skip to content

Commit

Permalink
Create Redux.md
Browse files Browse the repository at this point in the history
Minor grammar fix
  • Loading branch information
vzelenko committed Jun 8, 2017
1 parent fdd2daa commit 235a533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/learning/Redux.md
Expand Up @@ -4,7 +4,7 @@ There are a million good resources out there for learning Redux.
If you want to learn more, just go to the [docs](http://redux.js.org/).
Trust me, it's good. Otherwise, read the code yourself!

This README is here is to explain some of the syntax we opted to use.
This README is here to explain some of the syntax we opted to use.

We recently switched to using `mapDispatchToProps` in our react-redux `connect`
function. This is an implementation detail, but I hope the explanation below
Expand Down

0 comments on commit 235a533

Please sign in to comment.