From 221cfeebb33a58e90da9608f254488556a5d7cd0 Mon Sep 17 00:00:00 2001
From: Florian Spreckelsen <f.spreckelsen@indiscale.com>
Date: Mon, 29 Apr 2024 15:49:20 +0200
Subject: [PATCH] FIX: Typo

---
 src/linkahead/common/models.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/linkahead/common/models.py b/src/linkahead/common/models.py
index 748fbb95..65b945ce 100644
--- a/src/linkahead/common/models.py
+++ b/src/linkahead/common/models.py
@@ -1451,7 +1451,7 @@ out: List[Entity]
             flags={"ACL": None}).acl
 
     def update_acl(self, **kwargs):
-        """Update this entities ACL on the server.
+        """Update this entity's ACL on the server.
 
         Note
         ----
-- 
GitLab