Skip to content

Commit 56c035a

Browse files
authored
serializer[custom_normalizer]: fix reference to built-in normalizers
1 parent 36337e9 commit 56c035a

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)