mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05:00
Fix typo. (#11395)
This commit is contained in:
@@ -6,7 +6,7 @@ class Reviewable < ActiveRecord::Base
|
||||
class InvalidAction < StandardError
|
||||
def initialize(action_id, klass)
|
||||
@action_id, @klass = action_id, klass
|
||||
super("Can't peform `#{action_id}` on #{klass.name}")
|
||||
super("Can't perform `#{action_id}` on #{klass.name}")
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user