From 6467384d0d30ff1cd8a0b1add1c377214fc0a759 Mon Sep 17 00:00:00 2001 From: Caio Jhonny Date: Fri, 15 May 2020 17:36:28 +0200 Subject: [PATCH] Add missing comma Signed-off-by: Caio Jhonny --- docs/3.0.0-beta.x/guides/send-email.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.0.0-beta.x/guides/send-email.md b/docs/3.0.0-beta.x/guides/send-email.md index bb55a525d5..45378365f1 100644 --- a/docs/3.0.0-beta.x/guides/send-email.md +++ b/docs/3.0.0-beta.x/guides/send-email.md @@ -108,7 +108,7 @@ module.exports = { // send an email by using the email plugin await strapi.plugins['email'].services.email.send({ to: 'paulbocuse@strapi.io', - from: 'admin@strapi.io' + from: 'admin@strapi.io', subject: 'Comment posted that contains a bad words', text: ` The comment #${entity.id} contain a bad words.