Skip to content

Commit 56b954a

Browse files
authored
Merge pull request #918 from odax/patch-1
Update article.md
2 parents 3f753a1 + e06c906 commit 56b954a

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
@@ -84,7 +84,7 @@ So here we're talking about "regular" scripts, like `<script>...</script>`, or `
8484
8585
External style sheets don't affect DOM, so `DOMContentLoaded` does not wait for them.
8686
87-
But there's a pitfall. Isf we have a script after the style, then that script must wait until the stylesheet loads:
87+
But there's a pitfall. If we have a script after the style, then that script must wait until the stylesheet loads:
8888
8989
```html
9090
<link type="text/css" rel="stylesheet" href="style.css">

0 commit comments

Comments
 (0)