Skip to content

Commit 90f9e11

Browse files
fix: fix type in async & defer (#1046)
1 parent 223ec5f commit 90f9e11

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
@@ -133,7 +133,7 @@
133133
<script async src="https://google-analytics.com/analytics.js"></script>
134134
```
135135

136-
```smart header="`async` 特性仅适用于外部脚步"
136+
```smart header="`async` 特性仅适用于外部脚本"
137137
就像 `defer` 一样,如果 `<script>` 标签没有 `src` 特性(attribute),那么 `async` 特性会被忽略。
138138
```
139139

0 commit comments

Comments
 (0)