Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
remove unintentional typo
Browse files Browse the repository at this point in the history
  • Loading branch information
infomofo committed Nov 9, 2019
1 parent 65b06e1 commit c1f52a5
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 @@ -114,7 +114,7 @@ google({
appId: '123-123abc.apps.googleusercontent.com',
callback: 'com.reactnativesimpleauthexample:/oauth2redirect',
}).then((info) => {
// info user - user details from the provider
// info.user - user details from the provider
// info.credentials - tokens from the provider
}).catch((error) => {
// error.code
Expand Down

0 comments on commit c1f52a5

Please sign in to comment.