From 33e1243d058340bdb8569aa90eff823de77d1880 Mon Sep 17 00:00:00 2001 From: Nabaraj saha Date: Thu, 23 May 2019 21:16:41 +0530 Subject: [PATCH] change spelling --- 2-ui/5-loading/01-onload-ondomcontentloaded/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2-ui/5-loading/01-onload-ondomcontentloaded/article.md b/2-ui/5-loading/01-onload-ondomcontentloaded/article.md index 9ada2649..34fcd7a3 100644 --- a/2-ui/5-loading/01-onload-ondomcontentloaded/article.md +++ b/2-ui/5-loading/01-onload-ondomcontentloaded/article.md @@ -3,7 +3,7 @@ The lifecycle of an HTML page has three important events: - `DOMContentLoaded` -- the browser fully loaded HTML, and the DOM tree is built, but external resources like pictures `` and stylesheets may be not yet loaded. -- `load` -- not onyl HTML is loaded, but also all the external resources: images, styles etc. +- `load` -- not only HTML is loaded, but also all the external resources: images, styles etc. - `beforeunload/unload` -- the user is leaving the page. Each event may be useful: