From d7548895b412bc5bd0f9c60be8afe125d47000b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Tekli=C5=84ski?= Date: Thu, 24 Aug 2023 00:50:12 +0200 Subject: [PATCH] [Serializer] Fix the subject agreement mistake - grammar --- components/serializer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/serializer.rst b/components/serializer.rst index 29c008ce2c4..481a48efea6 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -459,7 +459,7 @@ It is also possible to serialize only a set of specific attributes:: Only attributes that are not ignored (see below) are available. If some serialization groups are set, only attributes allowed by those groups can be used. -As for groups, attributes can be selected during both the serialization and deserialization process. +As for groups, attributes can be selected during both the serialization and deserialization processes. .. _serializer_ignoring-attributes: