diff --git a/apps/docs/docs/self-hosting/configuration.md b/apps/docs/docs/self-hosting/configuration.md index b1e18f17b..bf607e66f 100644 --- a/apps/docs/docs/self-hosting/configuration.md +++ b/apps/docs/docs/self-hosting/configuration.md @@ -253,7 +253,7 @@ Used for sending email notifications and authentication | SMTP_PASSWORD | -- | SMTP password | | SMTP_HOST | -- | SMTP host. (i.e. `smtp.host.com`) | | SMTP_PORT | 25 | SMTP port | -| NEXT_PUBLIC_SMTP_FROM | - | From name and email (i.e. `"Typebot Notifications" `) | +| NEXT_PUBLIC_SMTP_FROM | - | From name and email (i.e. `'Typebot Notifications' `) |