Fix typos (#417)

This commit is contained in:
Pierre Grimaud
2020-04-20 12:56:03 +02:00
committed by GitHub
parent c4b6011310
commit a28977e977
6 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ export {GlobOptions}
*/
export interface Globber {
/**
* Returns the search path preceeding the first glob segment, from each pattern.
* Returns the search path preceding the first glob segment, from each pattern.
* Duplicates and descendants of other paths are filtered out.
*
* Example 1: The patterns `/foo/*` and `/bar/*` returns `/foo` and `/bar`.