Skip to content

Commit 963f14f

Browse files
galezramikehardy
authored andcommitted
docs(auth): fixed typo in facebook example code
1 parent ab9411f commit 963f14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/auth/social-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ async function onFacebookButtonPress() {
121121
throw 'User cancelled the login process';
122122
}
123123

124-
// Once signed in, get the users AccesToken
124+
// Once signed in, get the users AccessToken
125125
const data = await AccessToken.getCurrentAccessToken();
126126

127127
if (!data) {

0 commit comments

Comments
 (0)