Skip to content

Commit 7359708

Browse files
committed
Merge pull request trailsjs#146 from zlokomatic/patch-1
fixed typo
2 parents 25ac810 + 04184d3 commit 7359708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/services/passport.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ passport.protocols = require('./protocols');
3636
* This is where most of the magic happens when a user is authenticating with a
3737
* third-party provider. What it does, is the following:
3838
*
39-
* 1. Given a provider and an identifier, find a mathcing Passport.
39+
* 1. Given a provider and an identifier, find a matching Passport.
4040
* 2. From here, the logic branches into two paths.
4141
*
4242
* - A user is not currently logged in:

0 commit comments

Comments
 (0)