You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/functions/source-functions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -265,7 +265,7 @@ The `Segment.set()` method accepts an object with the following fields:
265
265
266
266
Declare settings variables in the function handler, rather than globally in your function. This prevents you from leaking the settings values across other function instances.
267
267
268
-
The handler for Source functions is `onRequest()`.
268
+
The handler for source functions is `onRequest()`.
0 commit comments