Skip to content

Commit 7967422

Browse files
authored
docs(babel): fix typo in readme (#447)
1 parent ca46c82 commit 7967422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns
8181
Type: `Array[...String]`<br>
8282
Default: `['.js', '.jsx', '.es6', '.es', '.mjs']`
8383

84-
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.
84+
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.
8585

8686
### `babelHelpers`
8787

0 commit comments

Comments
 (0)