From 36cc486d1f0ea759a491343cb9ab95b51cd29b94 Mon Sep 17 00:00:00 2001 From: Vim Shah Date: Wed, 21 Aug 2019 19:50:32 -0700 Subject: [PATCH] Update article.md fixed typo --- 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 a536cd4e..e7f898f2 100644 --- a/2-ui/5-loading/02-script-async-defer/article.md +++ b/2-ui/5-loading/02-script-async-defer/article.md @@ -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: