From 287e554d57523f939c83ac9cc050e028c1fa43e9 Mon Sep 17 00:00:00 2001 From: kauefr Date: Sat, 13 Feb 2021 00:28:13 -0300 Subject: [PATCH] docs(babel): typo in README.md (#800) --- 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 cc5437a86..89fe22ff1 100644 --- a/packages/babel/README.md +++ b/packages/babel/README.md @@ -84,7 +84,7 @@ All options are as per the [Babel documentation](https://babeljs.io/docs/en/opti Type: `String | RegExp | Array[...String|RegExp]`
-A [minimatch pattern](https://github.com/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://github.com/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`