Skip to content

Commit 64c16e2

Browse files
committed
Fix a small name error
1 parent 821e59d commit 64c16e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

+1-1
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)