summaryrefslogtreecommitdiff
path: root/test/detect.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/detect.js')
-rw-r--r--test/detect.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/detect.js b/test/detect.js
index 4663e29..7d9e687 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');