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.