Skip to content

Commit e5f2781

Browse files
committed
minor #20552 [Serializer] serializer[custom_normalizer]: fix reference to built-in normalizers (kaznovac)
This PR was merged into the 6.4 branch. Discussion ---------- [Serializer] serializer[custom_normalizer]: fix reference to built-in normalizers <!-- 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 `7.x` for features of unreleased versions). --> fix reference on https://symfony.com/doc/6.4/serializer/custom_normalizer.html Commits ------- 56c035a serializer[custom_normalizer]: fix reference to built-in normalizers
2 parents 36337e9 + 56c035a commit e5f2781

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer/custom_normalizer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ How to Create your Custom Normalizer
33

44
The :doc:`Serializer component </serializer>` uses normalizers to transform
55
any data into an array. The component provides several
6-
ref:`built-in normalizers <serializer-built-in-normalizers>` but you may
6+
:ref:`built-in normalizers <serializer-built-in-normalizers>` but you may
77
need to create your own normalizer to transform an unsupported data
88
structure.
99

0 commit comments

Comments
 (0)