We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c702e18 commit 09262b1Copy full SHA for 09262b1
exercises/01.managing-ui-state/03.problem.derive/index.tsx
@@ -8,7 +8,7 @@ function App() {
8
// 🦉 this is deriving state!
9
10
// 🐨 create a dogChecked variable that is whether words includes "dog"
11
- // and do the same for "cat" and "caterpiller"
+ // and do the same for "cat" and "caterpillar"
12
// 🦉 this is deriving state from derived state!
13
14
function handleCheck(tag: string, checked: boolean) {
0 commit comments