Skip to content

Commit 8a63fc2

Browse files
committed
Minor readme fix
1 parent 1b92d11 commit 8a63fc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Accepts a string or an array of strings for both `inputs` and `patterns`.
8989

9090
Returns an array of `inputs` filtered based on the `patterns`.
9191

92-
### matcher.isMatch(input, pattern, options?)
92+
### matcher.isMatch(input, patterns, options?)
9393

9494
Accepts a string or an array of strings for both `inputs` and `patterns`.
9595

@@ -114,7 +114,7 @@ Treat uppercase and lowercase characters as being the same.
114114

115115
Ensure you use this correctly. For example, files and directories should be matched case-insensitively, while most often, object keys should be matched case-sensitively.
116116

117-
#### pattern
117+
#### patterns
118118

119119
Type: `string | string[]`
120120

0 commit comments

Comments
 (0)