Skip to content

Commit f0d1a42

Browse files
Update src/connections/functions/destination-functions.md
Co-authored-by: forstisabella <[email protected]>
1 parent 4fb3423 commit f0d1a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/functions/destination-functions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ To change which event type the handler listens to, you can rename it to the name
8181
8282
### Variable scoping
8383

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.
8585

8686
The handler for destination functions is event-specific. For example, you might have an `onTrack()`or `onIdentify()` function handler.
8787

0 commit comments

Comments
 (0)