Skip to content

Commit

Permalink
Merge pull request #140 from MarkHerhold/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
mikenicholson authored Mar 13, 2018
2 parents 8f543a9 + 7db1901 commit 3492e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/strategy-init-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('Strategy', function() {
var s = new Strategy({
secretOrKey: 'secret',
secretOrKeyProvider: function(req, token, done) {},
jwtFromReqeust: function(r) {}
jwtFromRequest: function(r) {}
});
}).to.throw(TypeError);
});
Expand Down

0 comments on commit 3492e32

Please sign in to comment.