You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/functions/destination-functions.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ To change which event type the handler listens to, you can rename it to the name
81
81
82
82
### Variable scoping
83
83
84
-
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.
84
+
When declaring settings variables, declare them in the function handler rather than globally in your function. This prevents you from leaking the settings values across other function instances.
85
85
86
86
The handler for destination functions is event-specific. For example, you might have an `onTrack()`or `onIdentify()` function handler.
0 commit comments