From 4cf9f5abc4fcb56298e1d4d804195cb0a7ddc1c1 Mon Sep 17 00:00:00 2001 From: Junlin-Zhu Date: Sun, 15 May 2022 23:12:26 +0800 Subject: [PATCH] fix(typo): fix type in async & defer --- 2-ui/5-loading/02-script-async-defer/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/5-loading/02-script-async-defer/article.md b/2-ui/5-loading/02-script-async-defer/article.md index 8ee614adbb..2f9532a4b5 100755 --- a/2-ui/5-loading/02-script-async-defer/article.md +++ b/2-ui/5-loading/02-script-async-defer/article.md @@ -133,7 +133,7 @@ ``` -```smart header="`async` 特性仅适用于外部脚步" +```smart header="`async` 特性仅适用于外部脚本" 就像 `defer` 一样,如果 `