From 26707b1f7455516b31c4f00bf7ef86ee2b58ba70 Mon Sep 17 00:00:00 2001 From: confused_techie Date: Sun, 22 Oct 2023 22:01:28 -0700 Subject: [PATCH] Update script/validate-wasm-grammar-prs.js Co-authored-by: DeeDeeG --- script/validate-wasm-grammar-prs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/validate-wasm-grammar-prs.js b/script/validate-wasm-grammar-prs.js index 6a72103d6..503547530 100644 --- a/script/validate-wasm-grammar-prs.js +++ b/script/validate-wasm-grammar-prs.js @@ -140,7 +140,7 @@ for (const wasmFile of wasmFilesChanged) { console.log(`Validated \`parserSource\` has been updated within '${filePath}' properly.`); } else { if (verbose) { - console.log("This grammar file doesn't use a WASM file that's changed (On the current interation)"); + console.log("This grammar file doesn't use a WASM file that's changed (On the current iteration)"); } } }