Skip to content

Commit

Permalink
Removed Useless Symbol - Docs (#1712)
Browse files Browse the repository at this point in the history
  • Loading branch information
PrinceRajRoy committed Apr 11, 2021
1 parent 95e3287 commit 994b390
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ Note that:

```js
// React Redux does this for you automatically:
;(dispatch) => bindActionCreators(mapDispatchToProps, dispatch)
(dispatch) => bindActionCreators(mapDispatchToProps, dispatch)
```

Therefore, our `mapDispatchToProps` can simply be:
Expand Down

0 comments on commit 994b390

Please sign in to comment.