diff --git a/http_client.rst b/http_client.rst index b81934520e9..d63648b40cb 100644 --- a/http_client.rst +++ b/http_client.rst @@ -1534,7 +1534,7 @@ that requires HTTPlug dependencies:: } Because :class:`Symfony\\Component\\HttpClient\\HttplugClient` implements the -three interfaces,you can use it this way:: +three interfaces, you can use it this way:: use Symfony\Component\HttpClient\HttplugClient;