diff --git a/components/confection/sources/new-event/new-event.mjs b/components/confection/sources/new-event/new-event.mjs index 144314e7505f2..948635ce9bd47 100644 --- a/components/confection/sources/new-event/new-event.mjs +++ b/components/confection/sources/new-event/new-event.mjs @@ -7,16 +7,16 @@ export default { version: "0.0.1", dedupe: "unique", description: - "Emit new event when a UUID receives a value for the configured **Event Name**. The latest value as well a history of all values ever received for that **Event Name** will be returned.", + 'Emit new event when a UUID receives a value for the configured **Event Name**. The latest value as well a history of all values ever received for that **Event Name** will be returned.', props: { ...common.props, eventName: { propDefinition: [ confection, - "eventName", + 'eventName', ], description: - "Provide the event name to watch. All accounts have `loadtime` & `pageviewBatch` events by default.", + 'Provide the event name to watch. All accounts have `loadtime` & `pageviewBatch` events by default.', }, }, methods: { diff --git a/components/confection/sources/new-field-value/new-field-value.mjs b/components/confection/sources/new-field-value/new-field-value.mjs index d6781d7377174..eab4abacf00fe 100644 --- a/components/confection/sources/new-field-value/new-field-value.mjs +++ b/components/confection/sources/new-field-value/new-field-value.mjs @@ -13,7 +13,7 @@ export default { triggerField: { propDefinition: [ confection, - "triggerField", + 'triggerField', ], description: "Define a field to be used to indicate that a UUID is significant enough to be a lead. You must enter the form input name which Confection uses as the api name of the field.",