Skip to content

Commit 07bff37

Browse files
committed
Merge pull request jaredhanson#481 from alexanderweiss/patch-1
Fixed typo in authenticate.js
2 parents 6bc59cb + 3a2adda commit 07bff37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/middleware/authenticate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ var http = require('http')
2121
* - `failureRedirect` After failed login, redirect to given URL
2222
* - `assignProperty` Assign the object provided by the verify callback to given property
2323
*
24-
* An optional `callback` can be supplied to allow the application to overrride
24+
* An optional `callback` can be supplied to allow the application to override
2525
* the default manner in which authentication attempts are handled. The
2626
* callback has the following signature, where `user` will be set to the
2727
* authenticated user on a successful authentication attempt, or `false`

0 commit comments

Comments
 (0)