Skip to content

Commit f4da7ee

Browse files
committed
Fix a typo making CI red
1 parent 0451bca commit f4da7ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer/custom_normalizer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ to customize the normalized data. To do that, leverage the ``ObjectNormalizer``:
5353
Injecting an ``ObjectNormalizer`` in your custom normalizer is deprecated
5454
since Symfony 6.4. Implement the
5555
:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerAwareInterface`
56-
and use the the
56+
and use the
5757
:class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizerAwareTrait` instead
5858
to inject the ``$normalizer`` property.
5959

0 commit comments

Comments
 (0)