minor fixes
This commit is contained in:
parent
649c75873a
commit
f2636ee512
1 changed files with 1 additions and 1 deletions
|
@ -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`:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue