From 0b2cbf947b83cb6e05441607e683fa8e056b6dbb Mon Sep 17 00:00:00 2001 From: Peter Roche <46547072+paroche@users.noreply.github.com> Date: Thu, 13 Feb 2020 20:37:09 -0700 Subject: [PATCH] Update article.md 'The browser may even show "the script..." warning' -> 'The browser may even show a "the script..." warning' --- 2-ui/99-ui-misc/03-event-loop/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ad50e895..eb99f093 100644 --- a/2-ui/99-ui-misc/03-event-loop/article.md +++ b/2-ui/99-ui-misc/03-event-loop/article.md @@ -78,7 +78,7 @@ function count() { count(); ``` -The browser may even show "the script takes too long" warning. +The browser may even show a "the script takes too long" warning. Let's split the job using nested `setTimeout` calls: