Fix two small typoes.
This commit is contained in:
parent
ed6e6fd7dd
commit
14ace422c3
@ -180,7 +180,7 @@ export default class File extends Store {
|
||||
|
||||
addImport() {
|
||||
throw new Error(
|
||||
"This API has been removed. If you looking for this " +
|
||||
"This API has been removed. If you're looking for this " +
|
||||
"functionality in Babel 7, you should import the " +
|
||||
"'babel-helper-module-imports' module and use the functions exposed " +
|
||||
" from that module, such as 'addNamed' or 'addDefault'.",
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
## Usage
|
||||
|
||||
### Adding a named impport
|
||||
### Adding a named import
|
||||
|
||||
```
|
||||
import { addNamed } from "babel-helper-module-imports";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user