Skip to content

Commit 6a338aa

Browse files
authored
Update README.md (#329)
1 parent d031695 commit 6a338aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ To validate webhooks:
219219

220220
1. Check out the [webhooks guide](https://replicate.com/docs/webhooks) to get started.
221221
1. [Retrieve your webhook signing secret](https://replicate.com/docs/webhooks#retrieving-the-webhook-signing-key) and store it in your enviroment.
222-
1. Update your webhook handler to call `validateWebhook(request, secret)`, where `request` is an instance of a [web-standard `Request` object](https://developer.mozilla.org/en-US/docs/Web/API/object, and `secret` is the signing secret for your environment.
222+
1. Update your webhook handler to call `validateWebhook(request, secret)`, where `request` is an instance of a [web-standard `Request` object](https://developer.mozilla.org/en-US/docs/Web/API/object), and `secret` is the signing secret for your environment.
223223

224224
Here's an example of how to validate webhooks using Next.js:
225225

0 commit comments

Comments
 (0)