Skip to content

Commit 95a412b

Browse files
authored
Merge pull request #500 from kianmeng/fix-typos
Fix typos
2 parents b3decdb + f9d02d1 commit 95a412b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/oauth2_workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ Refreshing tokens
199199
Certain providers will give you a ``refresh_token`` along with the
200200
``access_token``. These can be used to directly fetch new access tokens without
201201
going through the normal OAuth workflow. ``requests-oauthlib`` provides three
202-
methods of obtaining refresh tokens. All of these are dependant on you
202+
methods of obtaining refresh tokens. All of these are dependent 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

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ deps=
1515
deps=
1616
-r{toxinidir}/requirements-test-27.txt
1717

18-
# tox -e docs to mimick readthedocs build.
18+
# tox -e docs to mimic readthedocs build.
1919
# should be similar to .readthedocs.yaml pipeline
2020
[testenv:docs]
2121
basepython=python3.7
@@ -26,7 +26,7 @@ changedir=docs
2626
whitelist_externals=make
2727
commands=make clean html
2828

29-
# tox -e readme to mimick pypi validation of readme/rst files.
29+
# tox -e readme to mimic pypi validation of readme/rst files.
3030
[testenv:readme]
3131
basepython=python3.7
3232
deps=twine>=1.12.0

0 commit comments

Comments
 (0)