diff --git a/exercises/01.managing-ui-state/03.problem.derive/index.tsx b/exercises/01.managing-ui-state/03.problem.derive/index.tsx index a84d07cd4..a048da630 100644 --- a/exercises/01.managing-ui-state/03.problem.derive/index.tsx +++ b/exercises/01.managing-ui-state/03.problem.derive/index.tsx @@ -8,7 +8,7 @@ function App() { // 🦉 this is deriving state! // 🐨 create a dogChecked variable that is whether words includes "dog" - // and do the same for "cat" and "caterpiller" + // and do the same for "cat" and "caterpillar" // 🦉 this is deriving state from derived state! function handleCheck(tag: string, checked: boolean) {