From 04e85d32b8558ecadca7912ef0dff9cb133d33b6 Mon Sep 17 00:00:00 2001 From: Namu <535248+namukang@users.noreply.github.com> Date: Sat, 8 Mar 2025 01:06:03 -0600 Subject: [PATCH] docs: fix number of triggers (#1727) The docs mention that there are two ways to initiate email verification, but three ways are listed. --- docs/content/docs/concepts/email.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/docs/concepts/email.mdx b/docs/content/docs/concepts/email.mdx index 08075d9953..469d7f70d2 100644 --- a/docs/content/docs/concepts/email.mdx +++ b/docs/content/docs/concepts/email.mdx @@ -40,7 +40,7 @@ export const auth = betterAuth({ ### Triggering Email Verification -You can initiate email verification in two ways: +You can initiate email verification in several ways: #### 1. During Sign-up