From f617a2acacd64f57db22dcae6f9e8d97da35488e Mon Sep 17 00:00:00 2001 From: Luke Karrys Date: Wed, 5 Jul 2023 23:11:11 -0700 Subject: [PATCH] fix typo ETOOMANYMINILIBS PR-URL: https://github.com/isaacs/minimatch/pull/217 Credit: @lukekarrys Close: #217 Reviewed-by: @isaacs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e23f6fb..2241bab2 100644 --- a/README.md +++ b/README.md @@ -255,7 +255,7 @@ is returned if there are no matches. This only affects the results of the `Minimatch.hasMagic` method. If the pattern contains brace expansions, such as `a{b,c}d`, but -no other magic characters, then the `Minipass.hasMagic()` method +no other magic characters, then the `Minimatch.hasMagic()` method will return `false` by default. When this option set, it will return `true` for brace expansion as well as other magic glob characters.