Skip to content

Commit

Permalink
chore: Fix typo in detect.js (#1749)
Browse files Browse the repository at this point in the history
mulitple -> multiple
  • Loading branch information
eltociear committed Jun 2, 2021
1 parent b736192 commit 200cc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/detect.js
Expand Up @@ -24,7 +24,7 @@ describe("detect", () => {
}, 25);
});

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

0 comments on commit 200cc00

Please sign in to comment.