Fixed a typo in article.md

execition --> execution
This commit is contained in:
Syed Shahbaz Ahmed 2017-04-16 10:31:14 +02:00 committed by GitHub
parent 5b4ea88f4a
commit 16013026db

View file

@ -178,7 +178,7 @@ let timerId = setTimeout(function request() {
```
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.
**Recursive `setTimeout` guarantees a delay between the executions, `setInterval` -- does not.**