Skip to content

Commit 65a083b

Browse files
committed
typo
1 parent 4a54e8c commit 65a083b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ describe("Parallel", function () {
7878
return assert.becomes(prow.parallel(tasks), [10, 9, 8, 7, 6, 5, 4, 3, 2, 1]);
7979
});
8080

81-
it("parallel 2 threads wit rejects", function () {
81+
it("parallel 2 threads with rejects", function () {
8282
const tasks = [];
8383
let counter = 0;
8484
for (let i = 0; i < 10; i++) {

0 commit comments

Comments
 (0)