diff --git a/test/detect.js b/test/detect.js index 4663e2930..7d9e687de 100644 --- a/test/detect.js +++ b/test/detect.js @@ -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');