Update script/validate-wasm-grammar-prs.js

Co-authored-by: DeeDeeG <DeeDeeG@users.noreply.github.com>
This commit is contained in:
confused_techie 2023-10-22 22:01:28 -07:00 committed by GitHub
parent 764d80c648
commit 26707b1f74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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