docs: fix minor typo (#1002)

This commit is contained in:
Aryan Prince
2024-12-23 16:28:59 +03:00
committed by GitHub
parent a3e9415966
commit 424fb3d728

View File

@@ -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
})
```