Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 9b7feb9

Browse files
authored
fix: typo in exercise 6 (#64)
Small typo in exercise 6 where "These works similar to" should be "These work similar to"
1 parent c948d70 commit 9b7feb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/exercise/06.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function MyTwoInputs() {
6363
## Exercise
6464

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

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /