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

@@ -69,7 +69,7 @@ describe('pattern', () => {
}
})
it('globstar matches immediately preceeding directory', () => {
it('globstar matches immediately preceding directory', () => {
const root = IS_WINDOWS ? 'C:\\' : '/'
const pattern = new Pattern(`${root}foo/bar/**`)
const actual = [