You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ It does not modify the component class passed to it; instead, it *returns* a new
83
83
<aid="connect-arguments-arity"></a>
84
84
##### The arity of mapStateToProps and mapDispatchToProps determines whether they receive ownProps
85
85
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.
0 commit comments