Skip to content

Commit

Permalink
Add missing closing paren (#1015)
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak authored Dec 3, 2024
1 parent 6e025b4 commit 6adf908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/deploy/vercel.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const { GET, POST, PUT } = serve({

Installing [Inngest's official Vercel integration](https://vercel.com/integrations/inngest) does 3 things:

1. Automatically sets the required [`INNGEST_SIGNING_KEY`](/docs/sdk/environment-variables#inngest-signing-key) environment variable to securely communicate with Inngest's API ([docs](/docs/platform/signing-keys).
1. Automatically sets the required [`INNGEST_SIGNING_KEY`](/docs/sdk/environment-variables#inngest-signing-key) environment variable to securely communicate with Inngest's API ([docs](/docs/platform/signing-keys)).
2. Automatically sets the [`INNGEST_EVENT_KEY`](/docs/sdk/environment-variables#inngest-event-key) environment variable to enable your application to send events ([docs](/docs/events/creating-an-event-key)).
3. Automatically syncs your app to Inngest every time you deploy updated code to Vercel - no need to change your existing workflow!

Expand Down

0 comments on commit 6adf908

Please sign in to comment.