Skip to content

Commit 994b390

Browse files
authoredApr 11, 2021
Removed Useless Symbol - Docs (#1712)
1 parent 95e3287 commit 994b390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/using-react-redux/connect-dispatching-actions-with-mapDispatchToProps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Note that:
297297

298298
```js
299299
// React Redux does this for you automatically:
300-
;(dispatch) => bindActionCreators(mapDispatchToProps, dispatch)
300+
(dispatch) => bindActionCreators(mapDispatchToProps, dispatch)
301301
```
302302

303303
Therefore, our `mapDispatchToProps` can simply be:

0 commit comments

Comments
 (0)
Please sign in to comment.