Skip to content

Commit 6cfa8b4

Browse files
committed
minor fixes
1 parent 7a30a00 commit 6cfa8b4

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
@@ -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 (it's now configured).
194+
3. Further imports use the module.
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)