Skip to content

Commit 0f54809

Browse files
rchinn1stayseesong
andauthored
Update src/connections/functions/insert-functions.md
Co-authored-by: stayseesong <[email protected]>
1 parent e00195f commit 0f54809

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
@@ -104,7 +104,7 @@ To change which event type the handler listens to, you can rename it to the name
104104
105105
### Errors and error handling
106106

107-
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.
107+
Segment considers a function's execution successful if it finishes without error. You can `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

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

0 commit comments

Comments
 (0)