Skip to content

Commit 46f886c

Browse files
authored
Merge pull request #413 from momobel/fix_typo_refresh_token
docs: Fix typos in token refresh section of oauth2 worflow
2 parents d75279c + fe64d5a commit 46f886c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/oauth2_workflow.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ methods of obtaining refresh tokens. All of these are dependant on you
203203
specifying an accurate ``expires_in`` in the token.
204204

205205
``expires_in`` is a credential given with the access and refresh token
206-
indiciating in how many seconds from now the access token expires. Commonly,
207-
access tokens expire after an hour an the ``expires_in`` would be ``3600``.
206+
indicating in how many seconds from now the access token expires. Commonly,
207+
access tokens expire after an hour and the ``expires_in`` would be ``3600``.
208208
Without this it is impossible for ``requests-oauthlib`` to know when a token
209209
is expired as the status code of a request failing due to token expiration is
210210
not defined.

0 commit comments

Comments
 (0)