From dbb0d95a59a2fcb3890399c21c7460f931db17cb Mon Sep 17 00:00:00 2001 From: Alex Ravenna Date: Fri, 13 Mar 2026 16:35:16 +0100 Subject: [PATCH] Fix typo in HTTP client integrations documentation --- docs/community/http-client-integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/http-client-integrations.md b/docs/community/http-client-integrations.md index 42500ff5ced..847643d8099 100644 --- a/docs/community/http-client-integrations.md +++ b/docs/community/http-client-integrations.md @@ -1,6 +1,6 @@ # HTTP client integration samples -Transient failures are inevitable for HTTP based communication as well. It is not a surprise that many developers use Polly with an HTTP client to make there applications more robust. +Transient failures are inevitable for HTTP based communication as well. It is not a surprise that many developers use Polly with an HTTP client to make their applications more robust. Here we have collected some popular HTTP client libraries and show how to integrate them with Polly.