From 38b721ec40cc2ff2ff37bbd93014fcbfe3690255 Mon Sep 17 00:00:00 2001 From: dearaujoj Date: Sat, 7 Dec 2024 10:37:45 +0100 Subject: [PATCH] Fix typo "seperate" should be "separate" in the text: "the process in two seperate responsibilities" --- serializer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serializer.rst b/serializer.rst index 6cb0a564f3a..72c6dad40ba 100644 --- a/serializer.rst +++ b/serializer.rst @@ -238,7 +238,7 @@ The serializer uses a two-step process when (de)serializing objects: > 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