Skip to content

Commit 232cdc5

Browse files
committed
Merge pull request #6 from davidbgk/patch-1
Fixing a typo in token strategy documentation
2 parents 5da2cd8 + 3e298e5 commit 232cdc5

File tree

1 file changed

+1
-1
lines changed
  • lib/passport-http-oauth/strategies

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var passport = require('passport')
5858
* consumer the consumer instance supplied by the application to the `consumer` callback
5959
* client alias for `consumer`
6060
*
61-
* This strategy is inteded to be employed in routes for protected resources.
61+
* This strategy is intended to be employed in routes for protected resources.
6262
*
6363
* Examples:
6464
*

0 commit comments

Comments
 (0)