From 04fb7a04514dfb849996faedb4bd6761115a0a38 Mon Sep 17 00:00:00 2001 From: Frensi <52313111+dalist1@users.noreply.github.com> Date: Thu, 10 Oct 2024 20:27:10 +0200 Subject: [PATCH] docs: fix typo (#142) --- docs/content/docs/basic-usage.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.