Skip to content

Commit e06c906

Browse files
authored
Update article.md
1 parent d50fff0 commit e06c906

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)