Skip to content

Commit 38b721e

Browse files
dearaujojjaviereguiluz
authored andcommitted
Fix typo
"seperate" should be "separate" in the text: "the process in two seperate responsibilities"
1 parent 119c3df commit 38b721e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ The serializer uses a two-step process when (de)serializing objects:
238238
></object>
239239

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

243243
Normalizers
244244
These classes convert **objects** into **arrays** and vice versa. They

0 commit comments

Comments
 (0)