Skip to content

Commit 7968a54

Browse files
committed
Update batching note
1 parent fd35a01 commit 7968a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/functions/destination-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ If your function fails, you can check the error details and logs in the **Output
186186
Batch handlers are an extension of destination functions. When you define an `onBatch` handler alongside the handler functions for single events (for example: `onTrack` or `onIdentity`), you're telling Segment that the destination function can accept and handle batches of events.
187187

188188
> info ""
189-
> Batching is available for insert and destination functions only.
189+
> Batching is available for destination functions only.
190190
191191
### When to use batching
192192

0 commit comments

Comments
 (0)