Skip to content

Commit 55d50e7

Browse files
small typo (#135)
1 parent 8df890b commit 55d50e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/02.latest-ref/01.problem.ref/README.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The problem here is `useDebounce` list `increment` in the dependency list for
4949
`useMemo`. For this reason, any time there's a state update, we create a _new_
5050
debounced version of that function so the `timer` in that debounce function's
5151
closure is different from the previous which means we don't cancel that timeout.
52-
Ultimate this is the bug our users experience:
52+
Ultimately this is the bug our users experience:
5353

5454
- The user clicks the button
5555
- The user updates the step value

0 commit comments

Comments
 (0)