Skip to content

Commit 3e298e5

Browse files
committed
Fixing a typo in token strategy documentation
1 parent 5da2cd8 commit 3e298e5

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)