Skip to content

Commit 7909300

Browse files
Apply suggestions from code review
1 parent bd3429e commit 7909300

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/connections/functions/insert-functions.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ You can also use this page to [enable destination insert functions](#enable-the-
5252
Segment invokes a separate part of the function (called a "handler") for each event type that you send to your destination insert function.
5353

5454
> info ""
55-
> If you’ve configured a [destination filter](/docs/connections/destinations/destination-filters/), and the event doesn’t pass the filter, then your function isn’t invoked for that event as destination filters are applied before the insert functions.
55+
> If you’ve configured a [destination filter](/docs/connections/destinations/destination-filters/), and the event doesn’t pass the filter, then your function isn’t invoked for that event as destination filters are applied before insert functions.
5656
5757
The default source code template includes handlers for all event types. You don't need to implement all of them - just use the ones you need, and skip the ones you don't.
5858

@@ -485,13 +485,13 @@ No, destination insert functions are currently available as cloud-mode destinati
485485

486486
Yes, an insert function can be connected to multiple destinations.
487487

488-
##### Can I configure destination filters and have destination insert function in the same connection?
488+
##### Can I have destination filters and a destination insert function in the same connection?
489489

490-
Yes, there is no limitation on having destination filters and destination insert functions in the same connection.
490+
Yes, you can have both destination filters and destination insert functions in the same connection.
491491

492-
##### Are the insert functions invoked before or after the destination filters are applied?
492+
##### Are insert functions invoked before or after destination filters are applied?
493493

494-
The destinations filters are applied prior to the invocation of the insert functions in the Segment data pipeline.
494+
Segment's data pipeline applies destination filters before invoking insert functions.
495495

496496
{% comment %}
497497

0 commit comments

Comments
 (0)