Skip to content

Commit

Permalink
Update bindActionCreators.md
Browse files Browse the repository at this point in the history
fix grammar
  • Loading branch information
chentsulin committed Sep 25, 2015
1 parent a44b5e6 commit 3e9a8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/bindActionCreators.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For convenience, you can also pass a single function as the first argument, and

#### Parameters

1. `actionCreators` (*Function* or *Object*): An [action creator](../Glossary.md#action-creator), or an object whose values action creators.
1. `actionCreators` (*Function* or *Object*): An [action creator](../Glossary.md#action-creator), or an object whose values are action creators.

2. `dispatch` (*Function*): A [`dispatch`](Store.md#dispatch) function available on the [`Store`](Store.md) instance.

Expand Down

0 comments on commit 3e9a8fe

Please sign in to comment.