Skip to content

Commit 262a1db

Browse files
authored
Fix tense
1 parent 1edb0a3 commit 262a1db

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)