Skip to content

Commit

Permalink
Merge pull request #804 from chentsulin/patch-11
Browse files Browse the repository at this point in the history
Update bindActionCreators.md
  • Loading branch information
gaearon committed Sep 25, 2015
2 parents 85d905f + 3e9a8fe commit 9f02037
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 9f02037

Please sign in to comment.