We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8df890b commit 55d50e7Copy full SHA for 55d50e7
exercises/02.latest-ref/01.problem.ref/README.mdx
@@ -49,7 +49,7 @@ The problem here is `useDebounce` list `increment` in the dependency list for
49
`useMemo`. For this reason, any time there's a state update, we create a _new_
50
debounced version of that function so the `timer` in that debounce function's
51
closure is different from the previous which means we don't cancel that timeout.
52
-Ultimate this is the bug our users experience:
+Ultimately this is the bug our users experience:
53
54
- The user clicks the button
55
- The user updates the step value
0 commit comments