Skip to content

Commit

Permalink
minor #20552 [Serializer] serializer[custom_normalizer]: fix referenc…
Browse files Browse the repository at this point in the history
…e 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
  • Loading branch information
javiereguiluz committed Jan 10, 2025
2 parents 36337e9 + 56c035a commit e5f2781
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit e5f2781

Please sign in to comment.