Skip to content

Commit 82555e2

Browse files
authored
typo
1 parent 0d8e874 commit 82555e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

5-animation/3-js-animation/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ The `callback` gets one argument -- the time passed from the beginning of the pa
105105

106106
Usually `callback` runs very soon, unless the CPU is overloaded or the laptop battery is almost discharged, or there's another reason.
107107

108-
The code below shows the time between first 20 runs fo `requestAnimationFrame`. Usually it's 10-20ms:
108+
The code below shows the time between first 20 runs for `requestAnimationFrame`. Usually it's 10-20ms:
109109

110110
```html run height=40 refresh
111111
<script>

0 commit comments

Comments
 (0)