Skip to content

Commit 3a4a87b

Browse files
committed
Fix grammatical error in description for New Customer Created source
1 parent ac2e40a commit 3a4a87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/lightspeed_ecom_c_series/sources/new-customer-created/new-customer-created.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
...common,
66
key: "lightspeed_ecom_c_series-new-customer-created",
77
name: "New Customer Created (Instant)",
8-
description: "Emit new event when an customer is created.",
8+
description: "Emit new event when a customer is created.",
99
version: "0.0.1",
1010
type: "source",
1111
dedupe: "unique",

0 commit comments

Comments
 (0)