Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
fixed repeated verb in cookbook/serializer#3221
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
fixed repeated verb in cookbook/serializer#3221
Uh oh!
There was an error while loading.Please reload this page.
Conversation
77web commentedNov 23, 2013
Q | A |
---|---|
Doc fix? | yes |
New docs? | no |
Applies to | 2.3+ |
Fixed tickets | n/a |
@@ -67,8 +67,8 @@ You can load normalizers and/or encoders by tagging them as | |||
:ref:`serializer.encoder<reference-dic-tags-serializer-encoder>`. It's also | |||
possible to set the priority of the tag in order to decide the matching order. | |||
Here an example on how to load the load | |||
the :class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer`: | |||
Here an example on how to load the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
should behere follows
orhere is presented
@cordoval |
@77web as long as you add a missing verb i am fine 👶 |
@cordoval thank you again! I added "is" there. |
perfect 👶 |
…ializerfixed repeated verb in cookbook/serializer
Thanks for the fix Hiromi! |