Skip to content

Commit 67da10e

Browse files
committed
minor #20445 Fix typo (dearaujoj)
This PR was submitted for the 7.2 branch but it was merged into the 6.4 branch instead. Discussion ---------- Fix typo "seperate" should be "separate" in the text: "the process in two seperate responsibilities" #SymfonyHackday Commits ------- 38b721e Fix typo
2 parents 119c3df + 38b721e commit 67da10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serializer.rst

+1-1
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)