Skip to content

Commit e347389

Browse files
docs: Update integrations.mdx (#328)
* Update integrations.mdx The first sentence in this paragraph for `### API Keys and Tokens` was missing a word or two and it wasn't entirely clear what did the original author of this docs page intended. I've entered what seems to be the missing context but happy to re-phrase too if another wording makes better sense here. * Made it clear that API keys are provided by you in your code --------- Co-authored-by: Matt Aitken <[email protected]>
1 parent 10f92a6 commit e347389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/concepts/integrations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ There are some things worth highlighting here:
7272

7373
### API Keys and Tokens
7474

75-
You the value in when creating your Integration client. They are never sent from your server by the Trigger.dev service, they are local to your servers. We recommend you use a secure method of storing these values and passing them to your code, like environment variables.
75+
You provide the API Key value when creating your Integration client. Keys aren't sent from your server by the Trigger.dev service, they are local to your servers. We recommend you use a secure method of storing these values and passing them to your code, like environment variables.
7676

7777
### OAuth
7878

0 commit comments

Comments
 (0)