Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion constructs/email-alert-channel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const emailChannel = new EmailAlertChannel("ops-email-channel", {
### Email Alert Channel Options

<ResponseField name="address" type="string" required>
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.
</ResponseField>

### General Alert Channel Options
Expand Down
Loading