Skip to content

Commit 649c758

Browse files
committed
minor fixes
1 parent 6cfa8b4 commit 649c758

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
@@ -193,7 +193,7 @@ Here's the classical pattern:
193193
2. On the first import we initialize it, write to its properties. The top-level application script may do that.
194194
3. Further imports use the module.
195195

196-
For instance, the `admin.js` module may provide certain functionality, but expect the credentials to come into the `config` object from outside:
196+
For instance, the `admin.js` module may provide certain functionality (e.g. authentication), but expect the credentials to come into the `config` object from outside:
197197

198198
```js
199199
// 📁 admin.js

0 commit comments

Comments
 (0)