From 63872e2f07f5302384ab9a6786fc673e006e4abd Mon Sep 17 00:00:00 2001 From: mrchatam Date: Sun, 13 Sep 2026 03:21:25 +0000 Subject: [PATCH] docs: fix 'allows to create/update' grammar in writable nested note --- docs/api-guide/serializers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/serializers.md b/docs/api-guide/serializers.md index 857a90c24a..aaf5687ad7 100644 --- a/docs/api-guide/serializers.md +++ b/docs/api-guide/serializers.md @@ -1218,7 +1218,7 @@ The [html-json-forms][html-json-forms] package provides an algorithm and seriali ### DRF Writable Nested -The [drf-writable-nested][drf-writable-nested] package provides writable nested model serializer which allows to create/update models with nested related data. +The [drf-writable-nested][drf-writable-nested] package provides writable nested model serializer which allows creating/updating models with nested related data. ### DRF Encrypt Content