DEV: Fix random typos (#22345)

This commit is contained in:
Jarek Radosz
2023-06-29 12:23:28 +02:00
committed by GitHub
parent b61ea8e16d
commit 3290c954f9
5 changed files with 7 additions and 7 deletions

View File

@ -37,7 +37,7 @@ class Admin::GroupsController < Admin::StaffController
if group.automatic
can_not_modify_automatic
else
StaffActionLogger.new(current_user).log_group_deletetion(group)
StaffActionLogger.new(current_user).log_group_deletion(group)
group.destroy!
render json: success_json