Skip to content

Commit 643297b

Browse files
committed
Merge branch 'master' of https://github.com/reduxjs/react-redux into v9.0-integration
2 parents b748c5c + 18c2b89 commit 643297b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using-react-redux/connect-extracting-data-with-mapStateToProps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function mapStateToProps(state, ownProps) {
6969
}
7070

7171
// Later, in your application, a parent component renders:
72-
;<ConnectedTodo id={123} />
72+
<ConnectedTodo id={123} />
7373
// and your component receives props.id, props.todo, and props.visibilityFilter
7474
```
7575

0 commit comments

Comments
 (0)