Skip to content

Commit e0624c3

Browse files
authored
Update article.md
1 parent eda333d commit e0624c3

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Compare it to non-module scripts, where `this` is a global object:
261261
262262
There are also several browser-specific differences of scripts with `type="module"` compared to regular ones.
263263
264-
You may want skip this section for now if you're reading for the first time, or if you don't use JavaScript in a browser.
264+
You may want to skip this section for now if you're reading for the first time, or if you don't use JavaScript in a browser.
265265
266266
### Module scripts are deferred
267267

0 commit comments

Comments
 (0)