From 82555e281a7388da0af57a4911a08fcfdc87113c Mon Sep 17 00:00:00 2001 From: Danila Date: Mon, 27 Mar 2017 10:22:46 +0300 Subject: [PATCH] typo --- 5-animation/3-js-animation/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/5-animation/3-js-animation/article.md b/5-animation/3-js-animation/article.md index 1bcc9349..3ff78618 100644 --- a/5-animation/3-js-animation/article.md +++ b/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 Usually `callback` runs very soon, unless the CPU is overloaded or the laptop battery is almost discharged, or there's another reason. -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: ```html run height=40 refresh