Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
ETOOMANYMINILIBS

PR-URL: #217
Credit: @lukekarrys
Close: #217
Reviewed-by: @isaacs
  • Loading branch information
lukekarrys authored and isaacs committed Jul 6, 2023
1 parent 402b059 commit f617a2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f617a2a

Please sign in to comment.