Skip to content

Commit

Permalink
Typo : extra ; in code block (#2083)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeniau authored Nov 14, 2023
1 parent 854f3e1 commit 18c2b89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,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 18c2b89

Please sign in to comment.