mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 01:31:35 +08:00
DEV: Fix random typos (#22345)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user