diff --git a/docs/content/docs/plugins/phone-number.mdx b/docs/content/docs/plugins/phone-number.mdx index e0fb16ced8..1044f1f8a8 100644 --- a/docs/content/docs/plugins/phone-number.mdx +++ b/docs/content/docs/plugins/phone-number.mdx @@ -119,7 +119,7 @@ In addition to signing in a user using send-verify flow, you can also use phone await authClient.signIn.phoneNumber({ phoneNumber: "+123456789", password: "password", - remeberMe: true //optional defaults to true + rememberMe: true //optional defaults to true }) ```