Skip to content

Commit a038985

Browse files
committed
minor symfony#7037 Fix a typo in the serializer doc (dunglas)
This PR was merged into the 2.7 branch. Discussion ---------- Fix a typo in the serializer doc Commits ------- b67f780 Fix a typo in the serializer doc
2 parents 8ab1907 + b67f780 commit a038985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/serializer.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@ There are several types of normalizers available:
510510
the "get"/"set"/"has"/"remove" prefix and converted to lower case) to property
511511
values.
512512

513-
The ``ObjectNormalizer`` is the most powerful normalizer. It is a configured
514-
by default when using the Symfony Standard Edition with the serializer enabled.
513+
The ``ObjectNormalizer`` is the most powerful normalizer. It is configured by
514+
default when using the Symfony Standard Edition with the serializer enabled.
515515

516516
:class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer`
517517
This normalizer reads the content of the class by calling the "getters"

0 commit comments

Comments
 (0)