From 3adf1468ea762f7347b020e43d2cec2e90aa0b9d Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Tue, 11 Nov 2025 12:33:18 +0800 Subject: [PATCH] docs: remove extra spaces to make copying and searching easier. (#5897) --- docs/content/docs/plugins/phone-number.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/plugins/phone-number.mdx b/docs/content/docs/plugins/phone-number.mdx index dadb09d2ea..7dbb9922b6 100644 --- a/docs/content/docs/plugins/phone-number.mdx +++ b/docs/content/docs/plugins/phone-number.mdx @@ -52,7 +52,7 @@ The phone number plugin extends the authentication system by allowing users to s import { createAuthClient } from "better-auth/client" import { phoneNumberClient } from "better-auth/client/plugins" - const authClient = createAuthClient({ + const authClient = createAuthClient({ plugins: [ // [!code highlight] phoneNumberClient() // [!code highlight] ] // [!code highlight]