From cfea6313e38d34475d76adb926799c114957e124 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20Debreczeni?= Date: Thu, 23 Jul 2020 16:29:42 +0200 Subject: [PATCH] Fix Typo --- http_client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http_client.rst b/http_client.rst index e3feb5a873b..427ca49d8de 100644 --- a/http_client.rst +++ b/http_client.rst @@ -81,7 +81,7 @@ automatically when type-hinting for :class:`Symfony\\Component\\HttpClient\\Http .. tip:: - The HTTP client is interopable with many common HTTP client abstractions in + The HTTP client is interoperable with many common HTTP client abstractions in PHP. You can also use any of these abstractions to profit from autowirings. See `Interoperability`_ for more information.