minor fixes

This commit is contained in:
Ilya Kantor 2021-05-24 11:57:54 +03:00
parent 6cfa8b46f6
commit 649c75873a

View file

@ -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