Skip to content

Commit efea90e

Browse files
committed
[#6707] Minor syntax fix
1 parent 766edd6 commit efea90e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/serializer.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ In addition to the ``@Groups`` annotation, the Serializer component also
176176
supports Yaml or XML files. These files are automatically loaded when being
177177
stored in one of the following locations:
178178

179-
* The ``serialization.yml`` or ``serialization.xml`` file in
180-
the ``Resources/config/`` directory of a bundle;
181-
* All ``*.yml`` and ``*.xml`` files in the ``Resources/config/serialization/``
182-
directory of a bundle.
179+
* The ``serialization.yml`` or ``serialization.xml`` file in
180+
the ``Resources/config/`` directory of a bundle;
181+
* All ``*.yml`` and ``*.xml`` files in the ``Resources/config/serialization/``
182+
directory of a bundle.
183183

184184
.. _cookbook-serializer-enabling-metadata-cache:
185185

0 commit comments

Comments
 (0)