Skip to content

Commit 6f259c1

Browse files
committed
fix typos
1 parent fc63080 commit 6f259c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

discovery.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Dependency Injection is not an option. Discovery is particularly useful in libra
2323
offer zero-configuration services relying on the virtual packages.
2424

2525
Using discovery in a shared library
26-
-------------------------------------
26+
-----------------------------------
2727

2828
The goal of the PSR standards is that libraries do not depend on specific
2929
implementations but only on the standard. The library should only require the
@@ -37,7 +37,7 @@ send HTTP requests, you could do:
3737
$ composer require --dev symfony/http-client
3838
$ composer require --dev nyholm/psr7
3939
40-
Then, you can disable the Composer plugin provided by``php-http/discovery``
40+
Then, you can disable the Composer plugin provided by ``php-http/discovery``
4141
because you just installed the dev dependencies you need for testing:
4242

4343
.. code-block:: bash

0 commit comments

Comments
 (0)