Skip to content

Commit 74e93c2

Browse files
Update quickstart.mdx
1 parent 9727a18 commit 74e93c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-v2/pages/connect/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ First, install the [Pipedream SDK](https://www.npmjs.com/package/@pipedream/sdk)
541541
npm i --save @pipedream/sdk
542542
```
543543

544-
When the user connects an account in your product, [fetch a token from your backend](#connect-to-the-pipedream-api-from-your-server-and-create-a-token) and call `connectAccount`. This opens a Pipedream iframe that guides the user through the account connection.
544+
When the user connects an account in your product, [fetch a token from your backend](#connect-to-the-pipedream-api-from-your-server-and-create-a-token) and call `connectAccount`. This opens a Pipedream iFrame that guides the user through the account connection.
545545

546546
In our example, `app/page.tsx` calls the `connectAccount` method from the Pipedream SDK when the user clicks the **Connect your account** button.
547547

@@ -585,7 +585,7 @@ https://pipedream.com/_static/connect.html?token={token}&connectLink=true&app={a
585585
```
586586

587587
**To test this code, check out this workflow:**
588-
[https://pipedream.com/new?h=tch_6Lf9Dn](https://pipedream.com/new?h=tch_6Lf9Dn)
588+
[https://pipedream.com/new?h=tch_EvfbvQ](https://pipedream.com/new?h=tch_EvfbvQ)
589589

590590
### Retrieve the credentials from the backend
591591

0 commit comments

Comments
 (0)