Skip to content

Commit

Permalink
Update script/validate-wasm-grammar-prs.js
Browse files Browse the repository at this point in the history
Co-authored-by: DeeDeeG <[email protected]>
  • Loading branch information
confused-Techie and DeeDeeG authored Oct 23, 2023
1 parent 764d80c commit 26707b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/validate-wasm-grammar-prs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)");
}
}
}
Expand Down

0 comments on commit 26707b1

Please sign in to comment.