Skip to content

Commit

Permalink
docs(babel): typo in README.md (#800)
Browse files Browse the repository at this point in the history
  • Loading branch information
kauefr authored Feb 13, 2021
1 parent f4999af commit 287e554
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 @@ -84,7 +84,7 @@ All options are as per the [Babel documentation](https://babeljs.io/docs/en/opti

Type: `String | RegExp | Array[...String|RegExp]`<br>

A [minimatch pattern](https:/isaacs/minimatch), or array of patterns, which specifies the files in the build the plugin should _ignore_. When relaying on Babel configuration files you can only exclude additional files with this option, you cannot override what you have configured for Babel itself.
A [minimatch pattern](https:/isaacs/minimatch), or array of patterns, which specifies the files in the build the plugin should _ignore_. When relying on Babel configuration files you can only exclude additional files with this option, you cannot override what you have configured for Babel itself.

### `include`

Expand Down

0 comments on commit 287e554

Please sign in to comment.