Skip to content

Commit 9d9a0ee

Browse files
authored
Merge pull request #5365 from segmentio/spencerattick-patch-5
fix typo
2 parents 74c1626 + b8c432b commit 9d9a0ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connections/functions/insert-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ You can manually test your code from the functions editor:
209209
- Error messages display errors surfaced from your function.
210210
- Logs display any messages to console.log() from the function.
211211

212-
- > info ""
213-
> The Event Tester won't make use of an Insert Function, show how an Insert Function impacts your data, or send data downstream through the Insert Function pipeline.
212+
> warning ""
213+
> The Event Tester won't make use of an Insert Function, show how an Insert Function impacts your data, or send data downstream through the Insert Function pipeline. The Event Tester is not impacted by an Insert Function at all. Use the Function tester rather than the Event Tester to see how your Insert Function impacts your data.
214214
215215
## Save and deploy the destination insert function
216216

0 commit comments

Comments
 (0)