lib/bugsnag/api/error.rb in bugsnag-api-2.0.2 vs lib/bugsnag/api/error.rb in bugsnag-api-2.0.3
- old
+ new
@@ -1,10 +1,10 @@
module Bugsnag
module Api
# Custom error class for rescuing from all Bugsnag API errors
class Error < StandardError
- # Returns the appropriate Bugnsag::Api::Error subclass based
+ # Returns the appropriate Bugsnag::Api::Error subclass based
# on status and response message
#
# @param [Hash] response HTTP response
# @return [Octokit::Error]
def self.from_response(response)