Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jsparkdev committed Oct 3, 2024
1 parent c702e18 commit 57e4563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/01.managing-ui-state/03.problem.derive/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 57e4563

Please sign in to comment.