word correction
This commit is contained in:
parent
0a95d04b17
commit
c9fbef1950
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ So here we're talking about "regular" scripts, like `<script>...</script>`, or `
|
|||
|
||||
External style sheets don't affect DOM, so `DOMContentLoaded` does not wait for them.
|
||||
|
||||
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:
|
||||
|
||||
```html
|
||||
<link type="text/css" rel="stylesheet" href="style.css">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue