Skip to content

Commit 16fead4

Browse files
committed
Adjustments from comments by @bicpi
1 parent a05da41 commit 16fead4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/class_loader/psr4_class_loader.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Libraries that follow the `PSR-4`_ standard can be loaded with the ``Psr4ClassLo
1818

1919
.. tip::
2020

21-
All Symfony Components follow PSR-4.
21+
All Symfony components follow PSR-4.
2222

2323
Usage
2424
-----
2525

2626
The following example demonstrates how you can use the
2727
:class:`Symfony\\Component\\ClassLoader\\Psr4ClassLoader` autoloader to use
28-
Symfony's Yaml component. Imagine, you downloaded both the ``ClassLoader`` and
29-
``Yaml`` component as ZIP packages and unpacked them to a ``libs`` directory.
28+
Symfony's Yaml component. Imagine, you downloaded both the ClassLoader and
29+
Yaml component as ZIP packages and unpacked them to a ``libs`` directory.
3030
The directory structure will look like this:
3131

3232
.. code-block:: text

0 commit comments

Comments
 (0)