diff --git a/2-ui/99-ui-misc/03-event-loop/article.md b/2-ui/99-ui-misc/03-event-loop/article.md index 55dac4f0..ad50e895 100644 --- a/2-ui/99-ui-misc/03-event-loop/article.md +++ b/2-ui/99-ui-misc/03-event-loop/article.md @@ -80,7 +80,7 @@ count(); The browser may even show "the script takes too long" warning. -Let's split the job using nested `setTimeout`: +Let's split the job using nested `setTimeout` calls: ```js run let i = 0;