Skip to content

Commit 3310fe6

Browse files
authored
style changes
1 parent 6cb7e33 commit 3310fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/functions/insert-functions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,9 @@ To ensure the Destination processes an event payload modified by the function, r
113113
114114
### Variable scoping
115115

116-
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.
116+
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()`, `onIdentify()`, etc.
118+
The handler for insert functions is event-specific, for example, `onTrack()`, `onIdentify()`, and so on.
119119

120120
### Errors and error handling
121121

0 commit comments

Comments
 (0)