Skip to content

Commit 200cc00

Browse files
authored
chore: Fix typo in detect.js (#1749)
mulitple -> multiple
1 parent b736192 commit 200cc00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/detect.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe("detect", () => {
2424
}, 25);
2525
});
2626

27-
it('detect - mulitple matches', function(done){
27+
it('detect - multiple matches', function(done){
2828
var call_order = [];
2929
async.detect([3,2,2,1,2], detectIteratee.bind(this, call_order), (err, result) => {
3030
call_order.push('callback');

0 commit comments

Comments
 (0)