Skip to content

Commit 75c180f

Browse files
authored
Apply suggestions from code review
1 parent 55e4fe6 commit 75c180f

File tree

1 file changed

+2
-2
lines changed
  • src/connections/destinations/catalog/webhooks

1 file changed

+2
-2
lines changed

src/connections/destinations/catalog/webhooks/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ if (signature === digest) {
217217
}
218218
```
219219

220-
For Batch events, the process to authenticate these requests slightly differs as it involves verifying the X-Signature header against a hash of the **first event** in the batch.
220+
For Batch events, the process to authenticate these requests slightly differs as it involves verifying the X-Signature header against a hash of the *first event* in the batch.
221221

222-
An example of how one might authenticate batch requests would be:
222+
An example of how you might authenticate batch requests would be:
223223

224224
```javascript
225225
const signature = req.headers['x-signature'];

0 commit comments

Comments
 (0)