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)"); } } }