From 88c665ccea484272fa4b491370722746d44613b6 Mon Sep 17 00:00:00 2001 From: "checkly-rca-bot-angie[bot]" <266841500+checkly-rca-bot-angie[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 21:03:06 +0000 Subject: [PATCH] docs: update email alert channel address docs --- constructs/email-alert-channel.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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