From 7ad8e3b3da404ee4ce689f751060eee7e2549b29 Mon Sep 17 00:00:00 2001 From: Marcel Bochtler Date: Sun, 21 May 2023 18:42:41 +0200 Subject: [PATCH] Docs: Fix some typos --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api.md b/docs/api.md index 3eaade0a8..da27d3e07 100644 --- a/docs/api.md +++ b/docs/api.md @@ -288,7 +288,7 @@ with an optional `set_permissions` parameter which is of the form: } ``` -If this paramter is supplied the objects permissions will be overwritten, +If this parameter is supplied the object's permissions will be overwritten, assuming the authenticated user has permission to do so (the user must be the object owner or a superuser).