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]