"agains" -> "against"
This commit is contained in:
Scott Martin 2019-09-13 12:41:07 +01:00 committed by GitHub
parent 680d49eae4
commit cd06cfbeee
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.