Skip to content

Commit 09262b1

Browse files
authored
fix typo (#234)
1 parent c702e18 commit 09262b1

File tree

1 file changed

+1
-1
lines changed
  • exercises/01.managing-ui-state/03.problem.derive

1 file changed

+1
-1
lines changed

exercises/01.managing-ui-state/03.problem.derive/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function App() {
88
// 🦉 this is deriving state!
99

1010
// 🐨 create a dogChecked variable that is whether words includes "dog"
11-
// and do the same for "cat" and "caterpiller"
11+
// and do the same for "cat" and "caterpillar"
1212
// 🦉 this is deriving state from derived state!
1313

1414
function handleCheck(tag: string, checked: boolean) {

0 commit comments

Comments
 (0)