Skip to content

Commit ab838ac

Browse files
authored
grammar
1 parent b226073 commit ab838ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/destinations/destination-filters.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,5 +257,5 @@ Destination filters only filter events sent after filter setup. If you just adde
257257
When Segment sends an event to a destination but encounters a timeout error, it attempts to send the event again. As a result, if you add a destination filter while Segment is trying to send a failed event, these retries could filter through, since they reflect events that occurred before filter setup.
258258

259259
#### How do destination filters handle Protocols Transformations?
260-
- **Source-Scoped Transformations**: If destination filters are enabled, keep in mind that Segment processes [Source scoped transformations](https://segment.com/docs/protocols/transform/#step-2-set-up-the-transformation) before the events reach destination filters.
261-
- **Destination-Scoped Transformations**: while [destination-specific transformations](https://segment.com/docs/protocols/transform/#step-2-set-up-the-transformation) are processed after the events have passed through the destination filters.
260+
- **Source-Scoped Transformations**: If destination filters are enabled, Segment processes [source scoped transformations](https://segment.com/docs/protocols/transform/#step-2-set-up-the-transformation) before the events reach destination filters.
261+
- **Destination-Scoped Transformations**: Segment processes [destination-specific transformations](https://segment.com/docs/protocols/transform/#step-2-set-up-the-transformation) after the events have passed through the destination filters.

0 commit comments

Comments
 (0)