Skip to content

Commit 2293559

Browse files
authored
Merge pull request #3074 from webFardin/patch-5
Fixed a typo
2 parents fd1278e + d74b37c commit 2293559

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ But there's a pitfall. If we have a script after the style, then that script mus
8888
```html run
8989
<link type="text/css" rel="stylesheet" href="style.css">
9090
<script>
91-
// the script doesn't not execute until the stylesheet is loaded
91+
// the script doesn't execute until the stylesheet is loaded
9292
alert(getComputedStyle(document.body).marginTop);
9393
</script>
9494
```

0 commit comments

Comments
 (0)