Skip to content

Commit

Permalink
fix typo in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
justincy committed Mar 10, 2017
1 parent 5e5f6a9 commit a384852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ for `window.location.href = fs.oauthRedirectURL();`.

__`oauthToken(code, callback)`__ - In the second step of OAuth 2, exchange the code
for an access token. The access token will be saved if that behavior is enabled.
he `callback` is a normal request callback that recieves `error` and `response`
The `callback` is a normal request callback that recieves `error` and `response`
parameters.

__`oauthResponse([state,] callback)`__ - When handling the OAuth 2 response in the browser,
Expand Down

0 comments on commit a384852

Please sign in to comment.