docs(webhooks): fix spelling - Behaviour to Behavior

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-01 20:47:51 +00:00
parent a953b726fc
commit a85992ee79
+1 -1
View File
@@ -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).