Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrations/symfony-bundle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down