We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4ea88 commit 1601302Copy full SHA for 1601302
1-js/06-advanced-functions/08-settimeout-setinterval/article.md
@@ -178,7 +178,7 @@ let timerId = setTimeout(function request() {
178
```
179
180
181
-And if we regulary have CPU-hungry tasks, then we can measure the time taken by the execition and plan the next call sooner or later.
+And if we regulary have CPU-hungry tasks, then we can measure the time taken by the execution and plan the next call sooner or later.
182
183
**Recursive `setTimeout` guarantees a delay between the executions, `setInterval` -- does not.**
184
0 commit comments