Skip to content

Commit ab2c57c

Browse files
authored
Merge pull request #2704 from wilburn98/master
Update article.md
2 parents 0d67376 + 22b7b51 commit ab2c57c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)