Skip to content

Commit 36cc486

Browse files
authored
Update article.md
fixed typo
1 parent 8e995db commit 36cc486

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
@@ -178,7 +178,7 @@ loadScript("/article/script-async-defer/small.js");
178178

179179
## Summary
180180

181-
Both `async` and `defer` have one common thing: downloading of such scripts doesn't block page rendering. So the user can read page content and get acquanted with the page immediately.
181+
Both `async` and `defer` have one common thing: downloading of such scripts doesn't block page rendering. So the user can read page content and get acquainted with the page immediately.
182182

183183
But there are also essential differences between them:
184184

0 commit comments

Comments
 (0)