Skip to content

Commit

Permalink
i've determined there's a spelling mistake here
Browse files Browse the repository at this point in the history
  • Loading branch information
technoweenie committed Mar 29, 2019
1 parent e2c0775 commit d986824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/faraday/request/retry.rb
Expand Up @@ -116,7 +116,7 @@ def retry_statuses
# every retry. Request environment, middleware options, current number
# of retries and the exception is passed to the block as parameters.
# @option options [Array] :retry_statuses Array of Integer HTTP status
# codes or a single Integer value that deterimines whether to raise
# codes or a single Integer value that determines whether to raise
# a Faraday::RetriableResponse exception based on the HTTP status code
# of an HTTP response.
def initialize(app, options = nil)
Expand Down

0 comments on commit d986824

Please sign in to comment.