Skip to content

Commit d74b37c

Browse files
author
Fardin
authored
Fixed a typo
1 parent 7964b11 commit d74b37c

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
@@ -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)