Skip to content

Commit

Permalink
Update packages/destination-actions/src/destinations/loops/sendEvent/…
Browse files Browse the repository at this point in the history
…index.ts

Co-authored-by: Thomas Gilbert <[email protected]>
  • Loading branch information
askkaz and tcgilbert authored Jun 14, 2024
1 parent 829cad0 commit e75c63a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const action: ActionDefinition<Settings, Payload> = {
},
eventProperties: {
label: 'Event Properties',
description: 'Properties tied to this event, which can be included in emails triggered by this event.',
description: 'Event-specific properties that can be included in emails activated by this event.',
type: 'object',
required: false,
default: { '@path': '$.properties' }
Expand Down

0 comments on commit e75c63a

Please sign in to comment.