You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 1-js/13-modules/01-modules-intro/article.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ Here's the classical pattern:
193
193
2. On the first import we initialize it, write to its properties. The top-level application script may do that.
194
194
3. Further imports use the module.
195
195
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:
0 commit comments