Skip to content

Commit 0b2cbf9

Browse files
authored
Update article.md
'The browser may even show "the script..." warning' -> 'The browser may even show a "the script..." warning'
1 parent 6cf0f08 commit 0b2cbf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2-ui/99-ui-misc/03-event-loop/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function count() {
7878
count();
7979
```
8080

81-
The browser may even show "the script takes too long" warning.
81+
The browser may even show a "the script takes too long" warning.
8282

8383
Let's split the job using nested `setTimeout` calls:
8484

0 commit comments

Comments
 (0)