Skip to content

Commit

Permalink
adds needed apostrophe
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwellbenton authored Sep 23, 2019
1 parent 46c0854 commit 980f22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ In the example code for App, you may have noticed something odd:
}
```

We have a prop named dispatch! But where did it come from if its a prop? We
We have a prop named dispatch! But where did it come from if it's a prop? We
will go into greater detail later, but `dispatch` is automatically provided
by `connect` if it is missing a _second_ argument. That second argument is
reserved for `mapDispatchToProps`, which allows us to customize how we send
Expand Down

0 comments on commit 980f22a

Please sign in to comment.