Skip to content

Commit

Permalink
Fix typo in babelrc docs
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn authored and sindresorhus committed Feb 16, 2017
1 parent 3d75834 commit 8d6f9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/babelrc.md
Expand Up @@ -113,4 +113,4 @@ If, for some reason, your Babel config is not specified in one of the default lo
}
```

The above uses `babel-test-config.json` as the transpilition config for *sources*, and as the base config for *tests*. For *tests*, it extends that base config with the custom plugins and presets specified.
The above uses `babel-test-config.json` as the transpilation config for *sources*, and as the base config for *tests*. For *tests*, it extends that base config with the custom plugins and presets specified.

0 comments on commit 8d6f9bc

Please sign in to comment.