Skip to content

Commit d72c135

Browse files
committed
fixed repeated verb in cookbook/serializer
1 parent 850fde9 commit d72c135

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cookbook/serializer.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ You can load normalizers and/or encoders by tagging them as
6767
:ref:`serializer.encoder<reference-dic-tags-serializer-encoder>`. It's also
6868
possible to set the priority of the tag in order to decide the matching order.
6969

70-
Here an example on how to load the load
71-
the :class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer`:
70+
Here an example on how to load the
71+
:class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer`:
7272

7373
.. configuration-block::
7474

@@ -108,4 +108,4 @@ the :class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer`:
108108
infinite loop is created when calling the getters. You're encouraged
109109
to add your own normalizers that fit your use-case.
110110

111-
.. _JMSSerializerBundle: http://jmsyst.com/bundles/JMSSerializerBundle
111+
.. _JMSSerializerBundle: http://jmsyst.com/bundles/JMSSerializerBundle

0 commit comments

Comments
 (0)