We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fd1278e + d74b37c commit 2293559Copy full SHA for 2293559
2-ui/5-loading/01-onload-ondomcontentloaded/article.md
@@ -88,7 +88,7 @@ But there's a pitfall. If we have a script after the style, then that script mus
88
```html run
89
<link type="text/css" rel="stylesheet" href="style.css">
90
<script>
91
- // the script doesn't not execute until the stylesheet is loaded
+ // the script doesn't execute until the stylesheet is loaded
92
alert(getComputedStyle(document.body).marginTop);
93
</script>
94
```
0 commit comments