Skip to content

Commit 3fc0a5d

Browse files
authored
Update article.md
"`async` attribute" -> "the `async` attribute"
1 parent 3fe2976 commit 3fc0a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/13-modules/01-modules-intro/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ When using modules, we should be aware that the HTML page shows up as it loads,
272272
273273
### Async works on inline scripts
274274
275-
For non-module scripts, `async` attribute only works on external scripts. Async scripts run immediately when ready, independently of other scripts or the HTML document.
275+
For non-module scripts, the `async` attribute only works on external scripts. Async scripts run immediately when ready, independently of other scripts or the HTML document.
276276
277277
For module scripts, it works on inline scripts as well.
278278

0 commit comments

Comments
 (0)