Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
Remove erroneous square bracket from Matching features -> Negation section in docs.
  • Loading branch information
antonyk committed Jan 22, 2022
1 parent 34f44b4 commit 20825e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ console.log(micromatch.isMatch('foo', ['b*', 'f*'])) //=> true

* Support for multiple glob patterns (no need for wrappers like multimatch)
* Wildcards (`**`, `*.js`)
* Negation (`'!a/*.js'`, `'*!(b).js']`)
* Negation (`'!a/*.js'`, `'*!(b).js'`)
* [extglobs](#extglobs) (`+(x|y)`, `!(a|b)`)
* [POSIX character classes](#posix-bracket-expressions) (`[[:alpha:][:digit:]]`)
* [brace expansion][braces] (`foo/{1..5}.md`, `bar/{a,b,c}.js`)
Expand Down

0 comments on commit 20825e4

Please sign in to comment.