Skip to content

Commit 44da6c6

Browse files
committed
Fix sources-triggers typos
1 parent b114dfe commit 44da6c6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs-v2/pages/connect/api.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ GET /{component_type}
966966

967967
`component_type` **string**
968968

969-
Either `sources`, `actions`, or `components`.
969+
Either `triggers`, `actions`, or `components`.
970970

971971
##### Query parameters
972972

@@ -1103,7 +1103,7 @@ GET /{component_type}/{component_key}
11031103

11041104
`component_type` **string**
11051105

1106-
Either `sources`, `actions`, or `components`.
1106+
Either `triggers`, `actions`, or `components`.
11071107

11081108
---
11091109

@@ -1234,7 +1234,7 @@ GET /{component_type}/configure
12341234

12351235
`component_type` **string**
12361236

1237-
Either `sources`, `actions`, or `components`.
1237+
Either `triggers`, `actions`, or `components`.
12381238

12391239
##### Body Parameters
12401240

@@ -1434,7 +1434,7 @@ GET /{component_type}/props
14341434

14351435
`component_type` **string**
14361436

1437-
Either `sources`, `actions`, or `components`.
1437+
Either `triggers`, `actions`, or `components`.
14381438

14391439
##### Body Parameters
14401440

docs-v2/pages/connect/components.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ To illustrate, the response for the request above would look like this:
320320

321321
Once all the props have been configured, the component can be invoked. Pipedream
322322
supports two types of components: [actions](/components#actions) and
323-
[sources](/components#sources).
323+
[sources](/components#sources) (a.k.a. triggers).
324324

325325
Actions are components that perform a task by taking an input either during
326326
[configuration](#configuration) and/or during invocation (usually both), and

0 commit comments

Comments
 (0)