Fix typo in docs (#55)

Fixes #53

Co-authored-by: mainak <heellomeelo@gmail.com>
This commit is contained in:
Mainak Mukherjee 2024-05-28 14:09:30 +05:30 committed by GitHub
parent 8160521a95
commit 01fbe88664
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -55,7 +55,7 @@ This will send an email verification link to the user's primary email. It will r
Example:
```typescript
const error = await user.sendEmailVerification();
const error = await user.sendVerificationEmail();
if (error) {
console.error("Error sending email verification", error);
} else {