Skip to content

Commit c5dcbb4

Browse files
committed
minor #16117 [Serializer] Corrected typo in serializer.rst (askeita)
This PR was submitted for the 5.3 branch but it was merged into the 4.4 branch instead. Discussion ---------- [Serializer] Corrected typo in serializer.rst Replace "forgot" by "forget". <!-- 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 `5.x` for features of unreleased versions). --> Commits ------- 3f42e2c Corrected typo in serializer.rst
2 parents 18b0def + 3f42e2c commit c5dcbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ Option Description
972972
``xml_version`` Sets the XML version attribute ``1.1``
973973
``xml_encoding`` Sets the XML encoding attribute ``utf-8``
974974
``xml_standalone`` Adds standalone attribute in the generated XML ``true``
975-
``xml_type_cast_attributes`` This provides the ability to forgot the attribute ``true``
975+
``xml_type_cast_attributes`` This provides the ability to forget the attribute ``true``
976976
type casting
977977
``xml_root_node_name`` Sets the root node name ``response``
978978
``as_collection`` Always returns results as a collection, even if ``false``

0 commit comments

Comments
 (0)