From 79674222be5dc17bee599a434387938fada61510 Mon Sep 17 00:00:00 2001 From: Przemyslaw Rzad Date: Wed, 10 Jun 2020 17:46:44 +0200 Subject: [PATCH] docs(babel): fix typo in readme (#447) --- packages/babel/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel/README.md b/packages/babel/README.md index 4f8de8fe2..6344aeb00 100644 --- a/packages/babel/README.md +++ b/packages/babel/README.md @@ -81,7 +81,7 @@ A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns Type: `Array[...String]`
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`