Skip to content

Commit

Permalink
docs(babel): fix typo in readme (rollup#447)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp authored and LarsDenBakker committed Sep 12, 2020
1 parent e15e3a7 commit 6b9d93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns
Type: `Array[...String]`<br>
Default: `['.js', '.jsx', '.es6', '.es', '.mjs']`

An array of file extensions that Babel should transpile. If you want to tranpile TypeScript files with this plugin it's essential to include `.ts` and `.tsx` in this option.
An array of file extensions that Babel should transpile. If you want to transpile TypeScript files with this plugin it's essential to include `.ts` and `.tsx` in this option.

### `babelHelpers`

Expand Down

0 comments on commit 6b9d93d

Please sign in to comment.