We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent76255f5 commit988cdfeCopy full SHA for 988cdfe
content/v3/repos/hooks.md
@@ -39,9 +39,9 @@ GitHub will send along a few HTTP headers to differentiate between event types a
39
40
Name | Description
41
-----|-----------|
42
-`X-GitHub_Event` | The[event type](#events) that was triggered.
43
-`X-GitHub_Delivery` | A[guid][guid] to identify the payload and event being sent.
44
-`X-GitHub_Signature` | The value of this header is computed as the HMAC hex digest of the body, using the`secret` config option as the key.
+`X-GitHub-Event` | The[event type](#events) that was triggered.
+`X-GitHub-Delivery` | A[guid][guid] to identify the payload and event being sent.
+`X-GitHub-Signature` | The value of this header is computed as the HMAC hex digest of the body, using the`secret` config option as the key.
45
46
###Parameter
47