Skip to content

Commit 88a59b5

Browse files
committed
fix typo
1 parent 4536db8 commit 88a59b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/generate-md-exports.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ async function createWork() {
6060
}
6161
}
6262

63-
console.log(`📄 Converting ${numFiles} files with ${numWorkers} workes...`);
63+
console.log(`📄 Converting ${numFiles} files with ${numWorkers} workers...`);
6464

6565
const selfPath = fileURLToPath(import.meta.url);
6666
const workerPromises = new Array(numWorkers - 1).fill(null).map((_, idx) => {

0 commit comments

Comments
 (0)