Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/exercise/06.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function MyTwoInputs() {
## Exercise

In this exercise, we've created a `<Toggle />` component which can accept a prop
called `on` and another called `onChange`. These works similar to the `value`
called `on` and another called `onChange`. These work similar to the `value`
and `onChange` props of `<input />`. Your job is to make those props actually
control the state of `on` and call the `onChange` with the suggested changes.

Expand Down