From af65ebe734c88db1d2a21a9e7d90f7485c29fea4 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Thu, 25 Jun 2020 17:51:25 +0200 Subject: [PATCH] Fix typo --- src/controllers/GroupsController.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/GroupsController.ts b/src/controllers/GroupsController.ts index bcb6f8b..34f4c06 100644 --- a/src/controllers/GroupsController.ts +++ b/src/controllers/GroupsController.ts @@ -143,7 +143,7 @@ export class GroupsController { public static async GetSettings(h: RequestHandler) { const groupID = await h.postGroupIDWithAccess("id", GroupsAccessLevel.ADMIN_ACCESS); - // For now, this method is the same as the get advanced info methods, + // For now, this method is the same as the get advanced info method, // but this might change in the future... const group = await GroupsHelper.GetInfo(groupID);