Skip to content

Commit

Permalink
Update globSync documentation to match signature
Browse files Browse the repository at this point in the history
  • Loading branch information
bkjohnson authored and isaacs committed Mar 12, 2023
1 parent fa8ed5e commit 589df96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -153,7 +153,7 @@ Returns
objects if the `withFileTypes` option is set to `true`. See below
for full options field desciptions.

## `globSync(pattern: string, options?: GlobOptions) => string[] | Path[]`
## `globSync(pattern: string | string[], options?: GlobOptions) => string[] | Path[]`

Synchronous form of `glob()`.

Expand Down

0 comments on commit 589df96

Please sign in to comment.