Skip to content

Commit 33e1243

Browse files
authored
change spelling
1 parent 9f7235d commit 33e1243

File tree

1 file changed

+1
-1
lines changed
  • 2-ui/5-loading/01-onload-ondomcontentloaded

1 file changed

+1
-1
lines changed

2-ui/5-loading/01-onload-ondomcontentloaded/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
The lifecycle of an HTML page has three important events:
44

55
- `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.
6-
- `load` -- not onyl HTML is loaded, but also all the external resources: images, styles etc.
6+
- `load` -- not only HTML is loaded, but also all the external resources: images, styles etc.
77
- `beforeunload/unload` -- the user is leaving the page.
88

99
Each event may be useful:

0 commit comments

Comments
 (0)