Merge pull request #1335 from scottmartin-ln/patch-4

Typo fix
This commit is contained in:
Ilya Kantor 2019-09-13 17:56:58 +03:00 committed by GitHub
commit 679a6fbac3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -275,7 +275,7 @@ let User = user.default; // the default export
new User('John');
```
### A word agains default exports
### A word against default exports
Named exports are explicit. They exactly name what they import, so we have that information from them, that's a good thing.