From acc9a0abda3140d693d283c1249b9f4774b622c8 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 24 May 2017 10:56:34 +0200 Subject: [PATCH] fix a minor typo --- integrations/symfony-bundle.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/symfony-bundle.rst b/integrations/symfony-bundle.rst index 2ad55e4..4aa5fcc 100644 --- a/integrations/symfony-bundle.rst +++ b/integrations/symfony-bundle.rst @@ -20,7 +20,7 @@ Install the HTTPlug bundle with composer and enable it in your AppKernel.php. If you already added the HTTPlug client requirement to your project, then you only need to add ``php-http/httplug-bundle``. Otherwise, you also need to -specify a HTTP client to use - see :doc:`../clients` for a list of available +specify an HTTP client to use - see :doc:`../clients` for a list of available clients. .. code-block:: php