Skip to content

Commit 7cc2024

Browse files
committed
Fix a small typo
Just in case of confusing reader.
1 parent 59f543b commit 7cc2024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ function mapDispatch(dispatch) {
285285
return { actions: bindActionCreators(actionCreators, dispatch) };
286286
}
287287

288-
export default connect(mapState, actionCreators)(TodoApp);
288+
export default connect(mapState, mapDispatch)(TodoApp);
289289
```
290290

291291
##### Inject `todos` and a specific action creator (`addTodo`)

0 commit comments

Comments
 (0)