docs: fix typo (#142)

This commit is contained in:
Frensi
2024-10-10 20:27:10 +02:00
committed by GitHub
parent bdb431b209
commit 04fb7a0451

View File

@@ -138,7 +138,7 @@ export const auth = betterAuth({
### Signin with social providers
To sign in using a social provider you need to calle `signIn.social` method and pass the `provider`.
To sign in using a social provider you need to call `signIn.social` method and pass the `provider`.
It also takes `callbackURL` property which is the url the user will be redirected after they signIn.