Skip to content

Commit a1b68f2

Browse files
SuperchupuDevisaacs
authored andcommitted
docs: fix typo
PR-URL: #247 Credit: @SuperchupuDev Close: #247 Reviewed-by: @isaacs
1 parent 6b88277 commit a1b68f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ export class Minimatch {
804804
}
805805

806806
// resolve and reduce . and .. portions in the file as well.
807-
// dont' need to do the second phase, because it's only one string[]
807+
// don't need to do the second phase, because it's only one string[]
808808
const { optimizationLevel = 1 } = this.options
809809
if (optimizationLevel >= 2) {
810810
file = this.levelTwoFileOptimize(file)

0 commit comments

Comments
 (0)