Skip to content

Commit 9f02037

Browse files
committed
Merge pull request reduxjs#804 from chentsulin/patch-11
Update bindActionCreators.md
2 parents 85d905f + 3e9a8fe commit 9f02037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/bindActionCreators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ For convenience, you can also pass a single function as the first argument, and
1010

1111
#### Parameters
1212

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

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

0 commit comments

Comments
 (0)