diff --git a/docs/auth/social-auth.md b/docs/auth/social-auth.md index b1b8c55d..1c07e72d 100644 --- a/docs/auth/social-auth.md +++ b/docs/auth/social-auth.md @@ -108,7 +108,7 @@ required to create a Firebase credential. ```js import { GoogleSignin } from 'react-native-google-signin'; -async funtion bootstrap() { +async function bootstrap() { await GoogleSignin.configure({ scopes: ['https://www.googleapis.com/auth/drive.readonly'], webClientId: '', // required