Skip to content

Commit 7a30a00

Browse files
committed
minor fixes
1 parent fc3c071 commit 7a30a00

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
@@ -191,7 +191,7 @@ In other words, a module can provide a generic functionality that needs a setup.
191191
Here's the classical pattern:
192192
1. A module exports some means of configuration, e.g. a configuration object.
193193
2. On the first import we initialize it, write to its properties. The top-level application script may do that.
194-
3. Further imports use the module.
194+
3. Further imports use the module (it's now configured).
195195

196196
For instance, the `admin.js` module may provide certain functionality, but expect the credentials to come into the `config` object from outside:
197197

0 commit comments

Comments
 (0)