Skip to content

Commit c188f3f

Browse files
fix typo
1 parent ef7c25f commit c188f3f

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs-v2/pages/connect/components.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and our community and their source code is available in our [public Github repo]
1717
Running components for your end users via Pipedream Connect is in **beta**, and we're looking for feedback. Please [let us know](https://pipedream.com/support) how you're using it, what's not working, and what else you'd like to see.
1818
</Callout>
1919

20-
## Getting stated
20+
## Getting started
2121

2222
<Callout type="info">
2323
Refer to the [Connect API docs](/connect/api) for the full API reference. Below is a quickstart with a few specific examples.
@@ -35,7 +35,7 @@ In order to find the right trigger or action to configure and run, you first nee
3535
GET /v1/connect/apps?q=gitlab
3636
```
3737

38-
Here's the response:
38+
Here's the response:
3939

4040
```json
4141
{
@@ -63,14 +63,14 @@ Here's the response:
6363
```
6464

6565
### List the available components for the app
66-
66+
6767
Once you have the app you want to use, now you can list the triggers and/or actions for that app. We'll list the actions for Gitlab and we'll pass the `name_slug` `gitlab` as the `app`.
6868

6969
```text
7070
GET /actions?app=gitlab
7171
```
7272

73-
Here's the response:
73+
Here's the response:
7474

7575
```json
7676
{

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)