Skip to content

Commit 18de16d

Browse files
committed
Merge pull request #8 from happyraul/master
Fix typo in strategy documentation
2 parents 121f46d + c6eac0a commit 18de16d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/passport-http-oauth/strategies/consumer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ var passport = require('passport')
4444
* 2. Authenticating users associated with an access token obtained by a
4545
* consumer, with possibly limited scope.
4646
*
47-
* This strategy covers the former purpose (see `TokenStrategy` for the later).
47+
* This strategy covers the former purpose (see `TokenStrategy` for the latter).
4848
* Due to the nature of OAuth, in cases where the consumer is attempting to
4949
* obtain an access token, the credentials will also contain a callback URL or a
5050
* previously issued request token and verifier. This information will be

0 commit comments

Comments
 (0)