Skip to content

Commit bd0fbf9

Browse files
authored
Update article.md
"Let's see that on examples." -> "Let's look at them using examples:"
1 parent f47b732 commit bd0fbf9

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
@@ -110,7 +110,7 @@ If we really need to make a window-level global variable, we can explicitly assi
110110

111111
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.
112112

113-
That has important consequences. Let's see that on examples.
113+
That has important consequences. Let's look at them using examples:
114114

115115
First, if executing a module code brings side-effects, like showing a message, then importing it multiple times will trigger it only once -- the first time:
116116

0 commit comments

Comments
 (0)