We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50fff0 commit e06c906Copy full SHA for e06c906
2-ui/5-loading/01-onload-ondomcontentloaded/article.md
@@ -84,7 +84,7 @@ So here we're talking about "regular" scripts, like `<script>...</script>`, or `
84
85
External style sheets don't affect DOM, so `DOMContentLoaded` does not wait for them.
86
87
-But there's a pitfall. Isf we have a script after the style, then that script must wait until the stylesheet loads:
+But there's a pitfall. If we have a script after the style, then that script must wait until the stylesheet loads:
88
89
```html
90
<link type="text/css" rel="stylesheet" href="style.css">
0 commit comments