Skip to content

Commit 72367d2

Browse files
committed
minor #9514 [Serializer] Fix a small name error (julienfalque)
This PR was merged into the 2.7 branch. Discussion ---------- [Serializer] Fix a small name error Commits ------- 64c16e2 Fix a small name error
2 parents 1b99e08 + 64c16e2 commit 72367d2

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
@@ -402,7 +402,7 @@ A custom name converter can handle such cases::
402402
}
403403
}
404404

405-
The custom normalizer can be used by passing it as second parameter of any
405+
The custom name converter can be used by passing it as second parameter of any
406406
class extending :class:`Symfony\\Component\\Serializer\\Normalizer\\AbstractNormalizer`,
407407
including :class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer`
408408
and :class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer`::

0 commit comments

Comments
 (0)