From 4ede2c5f62ba8f04ca2e98a95b57eaf7a4e63c63 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Sun, 27 Oct 2024 16:46:18 +0300 Subject: [PATCH] docs: fix typo --- docs/content/docs/authentication/email-password.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/authentication/email-password.mdx b/docs/content/docs/authentication/email-password.mdx index 7561c6a90a..17bddb6819 100644 --- a/docs/content/docs/authentication/email-password.mdx +++ b/docs/content/docs/authentication/email-password.mdx @@ -182,7 +182,7 @@ export const auth = betterAuth({ }); ``` -Once you configured your server you can call `forgetPassword` function to send reset password link to user. If the user exists, it will trigger the `sendResetPassword` function you provided in`the`auth` configuration. +Once you configured your server you can call `forgetPassword` function to send reset password link to user. If the user exists, it will trigger the `sendResetPassword` function you provided in the auth config. It takes an object with the following properties: