Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion serializer/custom_normalizer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ How to Create your Custom Normalizer

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

Expand Down
Loading