Skip to content

Commit

Permalink
docs: remote extra bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshyadavdev authored and isaacs committed Mar 7, 2022
1 parent 9f49616 commit e2a142c
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 @@ -120,7 +120,7 @@ files, in the style of fnmatch or glob. If nothing is matched, and
options.nonull is set, then return a list containing the pattern itself.

```javascript
var javascripts = minimatch.match(fileList, "*.js", {matchBase: true}))
var javascripts = minimatch.match(fileList, "*.js", {matchBase: true})
```

### minimatch.makeRe(pattern, options)
Expand Down

0 comments on commit e2a142c

Please sign in to comment.