Skip to content

Commit 6c30919

Browse files
committed
Apply suggestion from code review
1 parent e00195f commit 6c30919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/functions/insert-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ To change which event type the handler listens to, you can rename it to the name
106106

107107
Segment considers a function's execution successful if it finishes without error. You can also `throw` an error to create a failure on purpose. Use these errors to validate event data before processing it, to ensure the function works as expected.
108108

109-
You can `throw` the following pre-defined error types to indicate that the function ran as expected, but that data was not deliverable:
109+
You can `throw` the following pre-defined error types to indicate that the function ran as expected, but the data was not deliverable:
110110

111111
- `EventNotSupported`
112112
- `InvalidEventPayload`

0 commit comments

Comments
 (0)