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);