Skip to content

Commit d10eb7e

Browse files
Update src/connections/functions/source-insert-functions.md
Co-authored-by: stayseesong <[email protected]>
1 parent 90eb4b8 commit d10eb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/functions/source-insert-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Insert functions can define handlers for the following message types:
3636
- `onAlias`
3737
- `onDelete`
3838

39-
The default source code template includes handlers for all event types. Just implement the types you need and skip the ones you don’t. For event types you want to send through, return the event in the respective event handler.
39+
The default source code template includes handlers for all event types. Implement the types you need. For event types you want to send through, return the event in the respective event handler.
4040

4141
### Using the Sources tab
4242

0 commit comments

Comments
 (0)