Skip to content

Commit f617a2a

Browse files
lukekarrysisaacs
authored andcommitted
fix typo
ETOOMANYMINILIBS PR-URL: #217 Credit: @lukekarrys Close: #217 Reviewed-by: @isaacs
1 parent 402b059 commit f617a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ is returned if there are no matches.
255255
This only affects the results of the `Minimatch.hasMagic` method.
256256

257257
If the pattern contains brace expansions, such as `a{b,c}d`, but
258-
no other magic characters, then the `Minipass.hasMagic()` method
258+
no other magic characters, then the `Minimatch.hasMagic()` method
259259
will return `false` by default. When this option set, it will
260260
return `true` for brace expansion as well as other magic glob
261261
characters.

0 commit comments

Comments
 (0)