diff --git a/docs/content/add-plugins/sendgrid.mdx b/docs/content/add-plugins/sendgrid.mdx index d524ab7cb4..fcfc25be87 100644 --- a/docs/content/add-plugins/sendgrid.mdx +++ b/docs/content/add-plugins/sendgrid.mdx @@ -3917,7 +3917,7 @@ Then, in your `.env` file add the API key you created earlier as well as the sen ```bash SENDGRID_API_KEY= -SENDGRID_FROM= +SENDGRID_FROM= ``` Make sure to replace the `` with the SendGrid API key and the `` with the email you’re using in SendGrid as the single sender.