Skip to content

Commit f5685ee

Browse files
authored
Merge pull request #3157 from tangjm/patch-2
2 parents 227b338 + 262a1db commit f5685ee

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
@@ -13,7 +13,7 @@ To name some (for historical reasons):
1313
- [CommonJS](http://wiki.commonjs.org/wiki/Modules/1.1) -- the module system created for Node.js server.
1414
- [UMD](https://github.com/umdjs/umd) -- one more module system, suggested as a universal one, compatible with AMD and CommonJS.
1515

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

1818
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

0 commit comments

Comments
 (0)