mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-15 01:16:22 +02:00
Fix typo in Webhook docs
This commit is contained in:
parent
0305afddc5
commit
8bc9264e4a
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user