Skip to content

Commit fd05720

Browse files
authored
Update insert-functions to include review suggestions.md
1 parent 709307d commit fd05720

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
@@ -115,7 +115,7 @@ To ensure the Destination processes an event payload modified by the function, r
115115

116116
When declaring settings variables, make sure to declare them in the function handler rather than globally in your Function. This prevents you leaking the settings values across other function instances.
117117

118-
The handler for Insert functions is event-specific, for example, `onTrack()` or `onIdentify()`.
118+
The handler for insert functions is event-specific. For example, you might have an `onTrack()`or `onIdentify()` function handler.
119119

120120
### Errors and error handling
121121

0 commit comments

Comments
 (0)