Typo fix
"agains" -> "against"
This commit is contained in:
parent
680d49eae4
commit
cd06cfbeee
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ let User = user.default; // the default export
|
||||||
new User('John');
|
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.
|
Named exports are explicit. They exactly name what they import, so we have that information from them, that's a good thing.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue