minor fixes
This commit is contained in:
parent
6cfa8b46f6
commit
649c75873a
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ Here's the classical pattern:
|
|||
2. On the first import we initialize it, write to its properties. The top-level application script may do that.
|
||||
3. Further imports use the module.
|
||||
|
||||
For instance, the `admin.js` module may provide certain functionality, but expect the credentials to come into the `config` object from outside:
|
||||
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:
|
||||
|
||||
```js
|
||||
// 📁 admin.js
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue