Skip to content

Commit 94be3a9

Browse files
Update components/sendgrid/actions/create-send/create-send.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 952f5ea commit 94be3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/sendgrid/actions/create-send/create-send.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export default {
119119
},
120120
async run({ $ }) {
121121
if (!this.suppressionGroupId && !this.customUnsubscribeUrl) {
122-
throw new ConfigurationError("You must provide either `Suppression Goup Id` or the `Custom Unsubscribe URL`.");
122+
throw new ConfigurationError("You must provide either `Suppression Group Id` or the `Custom Unsubscribe URL`.");
123123
}
124124
try {
125125
const resp = await this.sendgrid.createSingleSend({

0 commit comments

Comments
 (0)