docs: remove extra spaces to make copying and searching easier. (#5897)

This commit is contained in:
moonrailgun
2025-11-11 12:33:18 +08:00
committed by GitHub
parent cccd7ea098
commit 3adf1468ea

View File

@@ -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]