From 116137a447d8be7993794108d41ca33b5a5da1ee Mon Sep 17 00:00:00 2001 From: "Zaiming (Stone) Shi" Date: Tue, 7 Mar 2023 21:58:05 +0100 Subject: [PATCH] docs: fix typos in change log Co-authored-by: Ivan Dyachkov --- changes/ce/fix-10076.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changes/ce/fix-10076.en.md b/changes/ce/fix-10076.en.md index e01df765b..5bbbffa32 100644 --- a/changes/ce/fix-10076.en.md +++ b/changes/ce/fix-10076.en.md @@ -1,2 +1,2 @@ Fix webhook bridge error handling: connection timeout should be a retriable error. -Prior to this fix, connection timeout was clasified as unrecoverable error hence lead to request being dropped. +Prior to this fix, connection timeout was classified as unrecoverable error and led to request being dropped.