Skip to content

Commit 8fc01fa

Browse files
authored
Merge pull request iliakan#507 from shahbazsyed/patch-1
Fixed a typo in article.md
2 parents f2c3bdb + 1601302 commit 8fc01fa

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)