Skip to content

Commit 43086b1

Browse files
authored
Merge branch 'master' into issue-1185-middleware-token
2 parents 55500c5 + 01dd372 commit 43086b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@ repos:
2626
- id: flake8
2727
exclude: ^(oauth2_provider/migrations/|tests/migrations/)
2828
- repo: https://github.com/sphinx-contrib/sphinx-lint
29-
rev: v0.6.7
29+
rev: v0.6.8
3030
hooks:
3131
- id: sphinx-lint

docs/getting_started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Start the development server::
244244

245245
Point your browser to http://127.0.0.1:8000/o/applications/register/ lets create an application.
246246

247-
Fill the form as show in the screenshot bellow and before save take note of ``Client id`` and ``Client secret`` we will use it in a minute.
247+
Fill the form as show in the screenshot below and before save take note of ``Client id`` and ``Client secret`` we will use it in a minute.
248248

249249
.. image:: _images/application-register-auth-code.png
250250
:alt: Authorization code application registration

0 commit comments

Comments
 (0)