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