Skip to content

Commit 14e82d1

Browse files
authored
minor
1 parent aae1e26 commit 14e82d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2-ui/5-loading/02-script-async-defer/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ When the browser loads HTML and comes across a `<script>...</script>` tag, it ca
77

88
That leads to two important issues:
99

10-
1. Scripts can't see DOM elements below them, so it can't add handlers etc.
10+
1. Scripts can't see DOM elements below them, so they can't add handlers etc.
1111
2. If there's a bulky script at the top of the page, it "blocks the page". Users can't see the page content till it downloads and runs:
1212

1313
```html run height=100

0 commit comments

Comments
 (0)