diff --git a/docs/content/docs/basic-usage.mdx b/docs/content/docs/basic-usage.mdx index 25d8a5c2d8..24e4e2f60d 100644 --- a/docs/content/docs/basic-usage.mdx +++ b/docs/content/docs/basic-usage.mdx @@ -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.