diff --git a/reference/create-and-manage-webhooks.md b/reference/create-and-manage-webhooks.md index efcd0b7c..58d339af 100644 --- a/reference/create-and-manage-webhooks.md +++ b/reference/create-and-manage-webhooks.md @@ -375,7 +375,7 @@ api.video handles failed webhook deliveries using these rules: * We accept responses that you send in return to a webhook notification. * We check for status codes in your responses above `HTTP 299`: `3xx` redirections, `4xx` client errors, and `5xx` server errors. -* In case of an unsuccessful delivery, api.video logs the issue and retries sending the webhook notification 3 times, with 3 second intervals between each try. +* In case of an unsuccessful delivery, api.video retries sending the webhook notification 3 times, with 3 second intervals between each try. * In case the status code in your response is `1xx` or `2xx`, api.video assumes that the delivery is successful and does not retry. ---