Skip to content

Commit 163737b

Browse files
authored
Update src/connections/functions/insert-functions.md
1 parent 72b33a9 commit 163737b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/connections/functions/insert-functions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,7 @@ async function onTrack(event) {
100100

101101
To change which event type the handler listens to, you can rename it to the name of the message type. For example, if you rename this function `onIdentify`, it listens for "Identify" events instead.
102102

103-
> info ""
104-
> To ensure the Destination processes an event payload modified by the Function, return the `event` object at the handler's end.
103+
To ensure the Destination processes an event payload modified by the function, return the `event` object at the handler's end.
105104

106105
> info ""
107106
> Functions' runtime includes a `fetch()` polyfill using a `node-fetch` package. Check out the [node-fetch documentation](https://www.npmjs.com/package/node-fetch){:target="_blank"} for usage examples.

0 commit comments

Comments
 (0)