From 962723be2fd3207767dbd4a702d75cb3a228c884 Mon Sep 17 00:00:00 2001 From: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Date: Wed, 29 Jan 2025 22:28:37 +0100 Subject: [PATCH] docs: fix typo --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 74efd1fc..8ad0cc76 100644 --- a/src/index.ts +++ b/src/index.ts @@ -798,7 +798,7 @@ export class Minimatch { } // resolve and reduce . and .. portions in the file as well. - // 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[] const { optimizationLevel = 1 } = this.options if (optimizationLevel >= 2) { file = this.levelTwoFileOptimize(file)