change spelling

This commit is contained in:
Nabaraj saha 2019-05-23 21:16:41 +05:30 committed by GitHub
parent 9f7235d4eb
commit 33e1243d05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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