Update article.md
"better convenience" -> "more convenience"
This commit is contained in:
parent
60d9fe607c
commit
08720f059a
1 changed files with 1 additions and 1 deletions
|
@ -439,7 +439,7 @@ sayHi();
|
|||
import {sayHi} from './say.js'; // import at the end of the file
|
||||
```
|
||||
|
||||
In practice imports are usually at the start of the file, but that's only for better convenience.
|
||||
In practice imports are usually at the start of the file, but that's only for more convenience.
|
||||
|
||||
**Please note that import/export statements don't work if inside `{...}`.**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue