Skip to content

Commit 3e06e90

Browse files
committed
minor #16143 [Serializer] Fix grammar issue (sebpacz)
This PR was merged into the 5.3 branch. Discussion ---------- [Serializer] Fix grammar issue <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 32278d4 [Serializer] Fix grammar issue
2 parents c61111a + 32278d4 commit 3e06e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ The Serializer component provides several built-in normalizers:
872872
This normalizer works with classes that implement
873873
:class:`Symfony\\Component\\Form\\FormInterface`.
874874

875-
It will get errors from the form and normalize them into an normalized array.
875+
It will get errors from the form and normalize them into a normalized array.
876876

877877
:class:`Symfony\\Component\\Serializer\\Normalizer\\ConstraintViolationListNormalizer`
878878
This normalizer converts objects that implement

0 commit comments

Comments
 (0)