From 7175aa8aff8607cea356148fcab9dee4eb0bc1bc Mon Sep 17 00:00:00 2001 From: Dhanush R <76237496+TheOnlyWayUp@users.noreply.github.com> Date: Sun, 1 Dec 2024 13:37:14 +0530 Subject: [PATCH] fix(docs/email): SMPT -> SMTP --- apps/docs/content/docs/core/(Notifications)/email.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/docs/core/(Notifications)/email.mdx b/apps/docs/content/docs/core/(Notifications)/email.mdx index 89e7c89..0875888 100644 --- a/apps/docs/content/docs/core/(Notifications)/email.mdx +++ b/apps/docs/content/docs/core/(Notifications)/email.mdx @@ -12,7 +12,7 @@ For start receiving email notifications, you need to fill the form with the foll 1. **Name**: Enter any name you want. -2. **SMPT Server**: Enter the SMTP server address. eg. `smtp.gmail.com` +2. **SMTP Server**: Enter the SMTP server address. eg. `smtp.gmail.com` 3. **SMTP Port**: Enter the SMTP server port. eg. `587` 4. **SMTP Username**: Enter the SMTP server username. eg. `your-email@gmail.com` 5. **SMTP Password**: Enter the SMTP server password.