From bdda5162f91339b448131ffc49fe2fedbb5ef3bc Mon Sep 17 00:00:00 2001 From: moonevm <153745470+moonevm@users.noreply.github.com> Date: Sun, 21 Jun 2026 07:48:59 +0200 Subject: [PATCH] docs: remove extra spaces in documentation (#10174) Co-authored-by: Taesu <166604494+bytaesu@users.noreply.github.com> --- docs/content/docs/authentication/discord.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/docs/authentication/discord.mdx b/docs/content/docs/authentication/discord.mdx index 2a03635c9c..26f86ba725 100644 --- a/docs/content/docs/authentication/discord.mdx +++ b/docs/content/docs/authentication/discord.mdx @@ -46,7 +46,8 @@ To sign in with Discord, you can use the `signIn.social` function provided by th ```ts title="auth-client.ts" import { createAuthClient } from "better-auth/client" -const authClient = createAuthClient() + +const authClient = createAuthClient() const signIn = async () => { const data = await authClient.signIn.social({