Skip to content

Commit

Permalink
docs: Fix socialaccount typ-o
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Apr 25, 2024
1 parent aa1a78d commit 2e37568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation/quickstart.rst
Expand Up @@ -49,7 +49,7 @@ the ``settings.py`` of your project::
'allauth',
'allauth.account',

# Optional -- requires install using `django-allauth[socialacocunt]`.
# Optional -- requires install using `django-allauth[socialaccount]`.
'allauth.socialaccount',
# ... include the providers you want to enable:
'allauth.socialaccount.providers.agave',
Expand Down

0 comments on commit 2e37568

Please sign in to comment.