minor fixes

This commit is contained in:
Ilya Kantor 2021-05-24 11:58:25 +03:00
parent 649c75873a
commit f2636ee512

View file

@ -204,7 +204,7 @@ export function sayHi() {
}
```
Here, `admin.js` exports the `config` object (initially empty, but that's not always the case).
Here, `admin.js` exports the `config` object (initially empty, but may have default properties too).
Then in `init.js`, the first script of our app, we set `config.user`: