Update article.md
fixed typo
This commit is contained in:
parent
8e995db84d
commit
36cc486d1f
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ loadScript("/article/script-async-defer/small.js");
|
|||
|
||||
## Summary
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
But there are also essential differences between them:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue