We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b88277 commit a1b68f2Copy full SHA for a1b68f2
src/index.ts
@@ -804,7 +804,7 @@ export class Minimatch {
804
}
805
806
// resolve and reduce . and .. portions in the file as well.
807
- // dont' need to do the second phase, because it's only one string[]
+ // don't need to do the second phase, because it's only one string[]
808
const { optimizationLevel = 1 } = this.options
809
if (optimizationLevel >= 2) {
810
file = this.levelTwoFileOptimize(file)
0 commit comments