There was an error while loading. Please reload this page.
1 parent d978f57 commit cff4640Copy full SHA for cff4640
README.md
@@ -561,7 +561,7 @@ The defer attribute tells the browser to only execute the script file once the H
561
```html
562
<!--
563
Without async or defer, browser will run your script immediately,
564
- before rendering the elements that's below your script tag.
+ before rendering the elements.
565
-->
566
<script src="myscript.js"></script>
567
0 commit comments