Update article.md

"better convenience" -> "more convenience"
This commit is contained in:
Peter Roche 2020-02-08 16:05:53 -07:00 committed by GitHub
parent 60d9fe607c
commit 08720f059a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 `{...}`.**