Skip to content

Commit

Permalink
unnecessary extra semi colon in docs (#1483)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amoodaa authored and timdorr committed Dec 10, 2019
1 parent 5bef286 commit db35c54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function mapStateToProps(state, ownProps) {
}

// Later, in your application, a parent component renders:
;<ConnectedTodo id={123} />
<ConnectedTodo id={123} />
// and your component receives props.id, props.todo, and props.visibilityFilter
```
Expand Down

0 comments on commit db35c54

Please sign in to comment.