Skip to content

Commit 1601302

Browse files
authored
Fixed a typo in article.md
execition --> execution
1 parent 5b4ea88 commit 1601302

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/08-settimeout-setinterval

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/08-settimeout-setinterval/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ let timerId = setTimeout(function request() {
178178
```
179179

180180

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.
181+
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.
182182

183183
**Recursive `setTimeout` guarantees a delay between the executions, `setInterval` -- does not.**
184184

0 commit comments

Comments
 (0)