Fix two small typoes.

This commit is contained in:
Logan Smyth 2017-09-26 15:38:55 -07:00
parent ed6e6fd7dd
commit 14ace422c3
2 changed files with 2 additions and 2 deletions

View File

@ -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'.",

View File

@ -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";