We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d8e874 commit 82555e2Copy full SHA for 82555e2
5-animation/3-js-animation/article.md
@@ -105,7 +105,7 @@ The `callback` gets one argument -- the time passed from the beginning of the pa
105
106
Usually `callback` runs very soon, unless the CPU is overloaded or the laptop battery is almost discharged, or there's another reason.
107
108
-The code below shows the time between first 20 runs fo `requestAnimationFrame`. Usually it's 10-20ms:
+The code below shows the time between first 20 runs for `requestAnimationFrame`. Usually it's 10-20ms:
109
110
```html run height=40 refresh
111
<script>
0 commit comments