diff --git a/constructs/email-alert-channel.mdx b/constructs/email-alert-channel.mdx index d8b1186a..64c5a0d1 100644 --- a/constructs/email-alert-channel.mdx +++ b/constructs/email-alert-channel.mdx @@ -47,7 +47,7 @@ const emailChannel = new EmailAlertChannel("ops-email-channel", { ### Email Alert Channel Options -Email address to send notifications to. Each `EmailAlertChannel` supports only one email address, do not use multiple addresses separated by a comma. +Email address to send notifications to. To notify multiple recipients from one `EmailAlertChannel`, pass a comma-separated list of email addresses. ### General Alert Channel Options