Skip to content

Commit db35c54

Browse files
Amoodaatimdorr
authored andcommitted
unnecessary extra semi colon in docs (#1483)
1 parent 5bef286 commit db35c54

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function mapStateToProps(state, ownProps) {
6565
}
6666

6767
// Later, in your application, a parent component renders:
68-
;<ConnectedTodo id={123} />
68+
<ConnectedTodo id={123} />
6969
// and your component receives props.id, props.todo, and props.visibilityFilter
7070
```
7171

0 commit comments

Comments
 (0)