We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0bb099c + e5e073b commit dca1b3cCopy full SHA for dca1b3c
docs/Reference/API.md
@@ -283,7 +283,7 @@ let store = createStoreWithMiddleware(todos, ['Use Redux']);
283
284
### `bindActionCreators(actionCreators: Object, dispatch: Function): Object`
285
286
-Turns an object whose values are [action creators](./Glossary.md#action-creators),
+Turns an object whose values are [action creators](./Glossary.md#action-creator),
287
into an object with the same keys, but with every function wrapped into a `dispatch` call
288
so they may be invoked directly. This is just a convenience method, as you can call
289
`store.dispatch(MyActionCreators.doSomething())` yourself just fine.
0 commit comments