Skip to content

Commit

Permalink
Merge pull request #41 from yosssi/master
Browse files Browse the repository at this point in the history
Fixed the typo error of the README.md.
  • Loading branch information
Amir Malik committed Jul 31, 2014
2 parents 5a8f2df + 2c6dfa5 commit 86e8ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ The OAuth2Provider instance providers two middleware:
* `oauth()`: OAuth flow entry and access token generation
* `login()`: Access control for protected resources

The most importand event emitted by OAuth2Provider is `access_token`, which
The most important event emitted by OAuth2Provider is `access_token`, which
lets you set up the request as if it were authenticated. For example, to
support both cookie-authenticated and OAuth access to protected URLs, you
could populate `req.session.user` so that individual URLs don't need to
Expand Down

0 comments on commit 86e8ae1

Please sign in to comment.