From a85992ee79e2bbe3177fe0126b49e99b932508fc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:47:51 +0000 Subject: [PATCH] docs(webhooks): fix spelling - Behaviour to Behavior Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com> --- docs/API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/API.md b/docs/API.md index ede636b5..f0a02c56 100644 --- a/docs/API.md +++ b/docs/API.md @@ -823,7 +823,7 @@ def verify_signature(body: bytes, secret: str, signature: str) -> bool: return hmac.compare_digest(expected, signature) ``` -### Retry Behaviour +### Retry Behavior Failed deliveries (non-2xx responses or network errors) are automatically retried with exponential backoff: 60 s, 300 s, then 900 s (up to 3 retries with ±20 % jitter).