Skip to content

Commit 7a56692

Browse files
committed
Merge pull request #3221 from 77web/fix_repeated_verb_in_cookbook-serializer
fixed repeated verb in cookbook/serializer
2 parents e3e3f6f + 0ce9693 commit 7a56692

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 is 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)