Skip to content

Commit 6225df5

Browse files
fix: payload and secret are translated in some langs(use inline code) (#35759)
Co-authored-by: Alex Nguyen <150945400+nguyenalex836@users.noreply.github.com>
1 parent 6fb3316 commit 6225df5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/webhooks/using-webhooks/validating-webhook-deliveries.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ There are a few important things to keep in mind when validating webhook payload
5757

5858
You can use the following `secret` and `payload` values to verify that your implementation is correct:
5959

60-
* `secret`: "It's a Secret to Everybody"
61-
* `payload`: "Hello, World!"
60+
* `secret`: `It's a Secret to Everybody`
61+
* `payload`: `Hello, World!`
6262

6363
If your implementation is correct, the signatures that you generate should match the following signature values:
6464

0 commit comments

Comments
 (0)