From 8bc9264e4a0d07ec6689a53e22e6942970fa6193 Mon Sep 17 00:00:00 2001 From: Anton Vasin Date: Fri, 24 Dec 2021 15:51:40 +0300 Subject: [PATCH] Fix typo in Webhook docs --- website/docs/addons/webhook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/addons/webhook.md b/website/docs/addons/webhook.md index 8d55989f36..9f511f7867 100644 --- a/website/docs/addons/webhook.md +++ b/website/docs/addons/webhook.md @@ -7,7 +7,7 @@ title: Webhook The Webhook Addon 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 will perform a single retry if the HTTP POST call fails (either a 50x or network error). Duplicate events may happen,m and you should never assume events always comes in order. +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. ## Configuration {#configuration}