chore: fixed typos in code comments (#1701)

This commit is contained in:
freddii
2021-01-28 06:09:37 +01:00
committed by GitHub
parent b93388b330
commit 229fcc18b7
7 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
# This concern is primarily targetted for business models dependant on external services
# This concern is primarily targeted for business models dependent on external services
# The auth tokens we obtained on their behalf could expire or becomes invalid.
# We would be aware of it until we make the API call to the service and it throws error
@@ -25,7 +25,7 @@ module Reauthorizable
::Redis::Alfred.get(authorization_error_count_key).to_i
end
# action to be performed when we recieve authorization errors
# action to be performed when we receive authorization errors
# Implement in your exception handling logic for authorization errors
def authorization_error!
::Redis::Alfred.incr(authorization_error_count_key)