From 8bd4450d150054fe680d3b8d72c72bb135d492d5 Mon Sep 17 00:00:00 2001 From: Rishub <48987167+itsrishub@users.noreply.github.com> Date: Tue, 21 Oct 2025 15:53:49 +0530 Subject: [PATCH] Fix grammar in GitHub webhook setup instructions Corrected grammatical errors in webhook instructions. Signed-off-by: Rishub <48987167+itsrishub@users.noreply.github.com> --- docs/integrations/github/discovery.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/github/discovery.md b/docs/integrations/github/discovery.md index 4a40b25361..e01729dff0 100644 --- a/docs/integrations/github/discovery.md +++ b/docs/integrations/github/discovery.md @@ -58,7 +58,7 @@ To receive the `repository.transferred` event, the new owner account must have t ::: -When creating the webhook in GitHub the "Payload URL" will looks something along these lines: `https:///api/events/http/github` and the "Content Type" should be `application/json`. +When creating the webhook in GitHub the "Payload URL" will looks something along these lines: `https:///api/events/http/github` and the "Content Type" should be `application/json`. The GitHub Webhooks UI will send a trial event to validate it can connect when you save your new Webhook. It is possible to retry this trial event if it fails and you want to send it again. Additionally there is a Recent Deliveries tab you can use to validate that the events are being fired should you need to do any later troubleshooting.