Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 3a1b542

Browse files
committed
Fix function typo
1 parent 73f282a commit 3a1b542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ _beforeEach.withArgs = function() {
5858
_beforeEach.givenModel = function(modelName, attrs, optionalHandler) {
5959
var modelKey = modelName;
6060

61-
if(typeof attrs === 'funciton') {
61+
if(typeof attrs === 'function') {
6262
optionalHandler = attrs;
6363
attrs = undefined;
6464
}

0 commit comments

Comments
 (0)