We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 952f5ea commit 94be3a9Copy full SHA for 94be3a9
components/sendgrid/actions/create-send/create-send.mjs
@@ -119,7 +119,7 @@ export default {
119
},
120
async run({ $ }) {
121
if (!this.suppressionGroupId && !this.customUnsubscribeUrl) {
122
- throw new ConfigurationError("You must provide either `Suppression Goup Id` or the `Custom Unsubscribe URL`.");
+ throw new ConfigurationError("You must provide either `Suppression Group Id` or the `Custom Unsubscribe URL`.");
123
}
124
try {
125
const resp = await this.sendgrid.createSingleSend({
0 commit comments