From 53c40372dd919538188c1729faa91a473ddbf4fc Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Fri, 15 Sep 2023 11:15:50 +0200 Subject: [PATCH] Update webhook.md (#4739) fix a couple typos --- website/docs/reference/integrations/webhook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/integrations/webhook.md b/website/docs/reference/integrations/webhook.md index 45a2d7cf95..58ad850b26 100644 --- a/website/docs/reference/integrations/webhook.md +++ b/website/docs/reference/integrations/webhook.md @@ -5,7 +5,7 @@ title: Webhook > This feature was introduced in _Unleash v3.11.0_. -The Webhook Integration introduces a generic way to post messages from Unleash to third party services. Unleash allows you to define a webhook which listens changes in Unleash and post them to a third party services. +The Webhook Integration introduces a generic way to post messages from Unleash to third party services. Unleash allows you to define a webhook which listens for changes in Unleash and posts them to third party services. The webhook will perform a single retry if the HTTP POST call fails (either a 50x or network error). Duplicate events may happen, and you should never assume events always comes in order.