Merge pull request #1262 from snowcoding/patch-3

Update article.md
This commit is contained in:
Ilya Kantor 2019-08-22 11:04:40 +03:00 committed by GitHub
commit 23d5a0a7c0
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: