Skip to content

Commit 96fcd1b

Browse files
committed
typo
1 parent 5d7c6d5 commit 96fcd1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Be sure you are passing the ID Token JWT from Cognito as the authentication head
6565
Using the Access Token will work for authentication only but we're unable to use the `get_or_create_for_cognito` method with the Access Token.
6666

6767

68-
(Optional) If you want to youse a different user model then the default DJANGO_USER_MODEL
68+
(Optional) If you want to use a different user model then the default DJANGO_USER_MODEL
6969
you can use the ``COGNITO_USER_MODEL`` setting.
7070

7171
.. code-block:: python

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Be sure you are passing the ID Token JWT from Cognito as the authentication head
4949
Using the Access Token will work for authentication only but we're unable to use the `get_or_create_for_cognito` method with the Access Token.
5050

5151

52-
(Optional) If you want to youse a different user model then the default DJANGO_USER_MODEL
52+
(Optional) If you want to use a different user model then the default DJANGO_USER_MODEL
5353
you can use the ``COGNITO_USER_MODEL`` setting.
5454

5555
.. code-block:: python

0 commit comments

Comments
 (0)