Skip to content

Commit 9f62c19

Browse files
committed
[#5332] typo
1 parent 9d4724c commit 9f62c19

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
@@ -504,7 +504,7 @@ There are several types of normalizers available:
504504
:class:`Symfony\\Component\\Serializer\\Normalizer\\ObjectNormalizer`
505505
This normalizer leverages the :doc:`PropertyAccess Component </components/property_access/index>`
506506
to read and write in the object. It means that it can access to properties
507-
directly and trough getters, setters, hassers, adders and removers. It supports
507+
directly and through getters, setters, hassers, adders and removers. It supports
508508
calling the constructor during the denormalization process.
509509

510510
Objects are normalized to a map of property names (method name stripped of

0 commit comments

Comments
 (0)