Skip to content

Commit 6fe544b

Browse files
lycheeEngleviding
andauthored
Update 2-ui/5-loading/02-script-async-defer/article.md
Co-Authored-By: LeviDing <[email protected]>
1 parent b4d1ddc commit 6fe544b

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ document.body.append(script); // (*)
140140

141141
当脚本附加到文档 `(*)` 时,脚本就会开始加载:
142142

143-
**默认情况下,动态脚本表现为“异步”行为**
143+
**默认情况下,动态脚本表现为“异步”行为**
144144

145145
这也就是说:
146146
- 它们不会等待其他内容,其他的内容也不会等待它们。

0 commit comments

Comments
 (0)