Skip to content

Commit 4fb3423

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

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
@@ -83,7 +83,7 @@ To change which event type the handler listens to, you can rename it to the name
8383

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

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

8888
### Errors and error handling
8989

0 commit comments

Comments
 (0)