Skip to content

Commit b82f6e2

Browse files
authored
[HttpClient] Fix code block
1 parent 11e6bb8 commit b82f6e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_client.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ relevant parts of PSR-17, ``HttplugClient`` also implements the factory methods
708708
defined in the related ``php-http/message-factory`` package.
709709

710710
Internally, the implementation relies on the ``Psr18Client``, so that the
711-
``psr/http-client`` package is needed to use this class::
711+
``psr/http-client`` package is needed to use this class:
712712

713713
.. code-block:: terminal
714714

0 commit comments

Comments
 (0)