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 committed Feb 14, 2017
1 parent 476432d commit 9fe5d08
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 9fe5d08

Please sign in to comment.