Skip to content

Commit 1770074

Browse files
committed
minor fixes
1 parent 8871521 commit 1770074

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ import `./alert.js`; // (shows nothing)
148148

149149
There's a rule: top-level module code should be used for initialization, creation of module-specific internal data structures. If we need to make something callable multiple times - we should export it as a function, like we did with `sayHi` above.
150150

151-
Now, a more advanced example.
151+
Now, let's consider a deeper example.
152152

153153
Let's say, a module exports an object:
154154

0 commit comments

Comments
 (0)