We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863b320 commit 6cf0f08Copy full SHA for 6cf0f08
2-ui/99-ui-misc/03-event-loop/article.md
@@ -80,7 +80,7 @@ count();
80
81
The browser may even show "the script takes too long" warning.
82
83
-Let's split the job using nested `setTimeout`:
+Let's split the job using nested `setTimeout` calls:
84
85
```js run
86
let i = 0;
0 commit comments