Skip to content

Commit 18c2b89

Browse files
authored
Typo : extra ; in code block (#2083)
1 parent 854f3e1 commit 18c2b89

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)