Update article.md

fixed typo
This commit is contained in:
Vim Shah 2019-08-21 19:50:32 -07:00 committed by GitHub
parent 8e995db84d
commit 36cc486d1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: