Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 22b7b51

Browse files
author
wilburn98
committed
Update article.md
1 parent 4d01fc2 commit 22b7b51

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
@@ -193,7 +193,7 @@ In practice, `defer` is used for scripts that need the whole DOM and/or their re
193193
And `async` is used for independent scripts, like counters or ads. And their relative execution order does not matter.
194194

195195
```warn header="Page without scripts should be usable"
196-
Please note: if you're using `defer` or `async`, then user will see the the page *before* the script loads.
196+
Please note: if you're using `defer` or `async`, then user will see the page *before* the script loads.
197197
198198
In such case, some graphical components are probably not initialized yet.
199199

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /