From 1d171b30eff17b7ae0ca691ce6698bebcdfb31ed Mon Sep 17 00:00:00 2001
From: Eugen Ciur <eugen@papermerge.com>
Date: Sun, 10 Oct 2021 07:17:39 +0200
Subject: [PATCH] typo

---
 app/utils/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/utils/index.js b/app/utils/index.js
index 2be1360..6df24f1 100644
--- a/app/utils/index.js
+++ b/app/utils/index.js
@@ -3,7 +3,7 @@ function group_perms_by_model(permissions) {
   /*
     Groups an array of permissions objects by model.
 
-    `permissions` is an array of objects, each of which containas `content_type` attribute
+    `permissions` is an array of objects, each of which contains `content_type` attribute
     which in turn has a `model` attribute.
     Example:
       Input: [
-- 
GitLab