Skip to content

Commit 72b142b

Browse files
committed
updates
1 parent c0efbce commit 72b142b

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

components/salesforce_rest_api/actions/get-case/get-case.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default {
3030
query,
3131
});
3232

33-
$.export("$summary", `Sucessfully retrieved case with ID ${this.caseId}`);
33+
$.export("$summary", `Successfully retrieved case with ID ${this.caseId}`);
3434
return records[0];
3535
},
3636
};

components/salesforce_rest_api/sources/email-template-updated-instant/email-template-updated-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
type: "source",
77
name: "Email Template Updated (Instant, of Selectable Type)",
88
key: "salesforce_rest_api-email-template-updated-instant",
9-
description: "Emit new event when a email template is updated. [See the documentation](https://sforce.co/3yPSJZy)",
9+
description: "Emit new event when an email template is updated. [See the documentation](https://sforce.co/3yPSJZy)",
1010
version: "0.0.1",
1111
props: {
1212
salesforce: common.props.salesforce,

components/salesforce_rest_api/sources/new-email-template-instant/new-email-template-instant.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66
type: "source",
77
name: "New Email Template (Instant, of Selectable Type)",
88
key: "salesforce_rest_api-new-email-template-instant",
9-
description: "Emit new event when a email template is created. [See the documentation](https://sforce.co/3yPSJZy)",
9+
description: "Emit new event when an email template is created. [See the documentation](https://sforce.co/3yPSJZy)",
1010
version: "0.0.1",
1111
props: {
1212
salesforce: common.props.salesforce,

0 commit comments

Comments
 (0)