Skip to content

Commit

Permalink
docs(auth): fixed typo in facebook example code
Browse files Browse the repository at this point in the history
  • Loading branch information
galezra authored and exaby73 committed Jul 25, 2023
1 parent a278f88 commit 4d36e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/auth/social-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ async function onFacebookButtonPress() {
throw 'User cancelled the login process';
}

// Once signed in, get the users AccesToken
// Once signed in, get the users AccessToken
const data = await AccessToken.getCurrentAccessToken();

if (!data) {
Expand Down

0 comments on commit 4d36e2c

Please sign in to comment.