Skip to content
Merged

Fix typo #20445

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.rst
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ The serializer uses a two-step process when (de)serializing objects:
></object>

In both directions, data is always first converted to an array. This splits
the process in two seperate responsibilities:
the process in two separate responsibilities:

Normalizers
These classes convert **objects** into **arrays** and vice versa. They
Expand Down
Loading