Skip to content

Commit ef2760e

Browse files
committed
minor fixes
1 parent dde5fed commit ef2760e

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
@@ -15,7 +15,7 @@ To name some (for historical reasons):
1515

1616
Now all these slowly become a part of history, but we still can find them in old scripts.
1717

18-
The language-level module system appeared in the standard in 2015, gradually evolved since then, and is now supported by all major browsers and in Node.js. So we'll study the modern modules from now on.
18+
The language-level module system appeared in the standard in 2015, gradually evolved since then, and is now supported by all major browsers and in Node.js. So we'll study the modern JavaScript modules from now on.
1919

2020
## What is a module?
2121

0 commit comments

Comments
 (0)