Skip to content

Commit

Permalink
fix: typo in error class
Browse files Browse the repository at this point in the history
Сложное слово!
  • Loading branch information
Pavel Galkin committed Dec 8, 2016
1 parent 4c88f51 commit eb10a20
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module V1
module Models
module Apress
module Api
class UnproccesableError < ::Apress::Api::Swagger::Schema
class UnprocessableError < ::Apress::Api::Swagger::Schema
swagger_schema name.to_sym do
key :required, :errors

Expand All @@ -18,6 +18,8 @@ class UnproccesableError < ::Apress::Api::Swagger::Schema
end
end
end

UnproccesableError = UnprocessableError
end
end
end
Expand Down

0 comments on commit eb10a20

Please sign in to comment.