Skip to content

Commit 190f0de

Browse files
Corrected grammar
1 parent 4c2ab73 commit 190f0de

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
@@ -105,7 +105,7 @@ If we really need to make a "global" in-browser variable, we can explicitly assi
105105

106106
### A module code is evaluated only the first time when imported
107107

108-
If a same module is imported into multiple other places, it's code is executed only the first time, then exports are given to all importers.
108+
If the same module is imported into multiple other places, its code is executed only the first time, then exports are given to all importers.
109109

110110
That has important consequences. Let's see that on examples.
111111

0 commit comments

Comments
 (0)