Skip to content

Commit 1d08bdf

Browse files
jmporchettimdorr
authored andcommitted
Fix some grammar (reduxjs#778)
1 parent bfcc8db commit 1d08bdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ It does not modify the component class passed to it; instead, it *returns* a new
8383
<a id="connect-arguments-arity"></a>
8484
##### The arity of mapStateToProps and mapDispatchToProps determines whether they receive ownProps
8585

86-
> Note: `ownProps` **is not passed** to `mapStateToProps` and `mapDispatchToProps` if formal definition of the function contains one mandatory parameter (function has length 1). For example, function defined like below won't receive `ownProps` as the second argument.
86+
> Note: `ownProps` **is not passed** to `mapStateToProps` and `mapDispatchToProps` if the formal definition of the function contains one mandatory parameter (function has length 1). For example, functions defined like below won't receive `ownProps` as the second argument.
8787
```javascript
8888
function mapStateToProps(state) {
8989
console.log(state); // state

0 commit comments

Comments
 (0)