From eb38c7dee4c32a3415c3b99a918ab55db94391af Mon Sep 17 00:00:00 2001 From: Devon Findlay <32962022+DevonDF@users.noreply.github.com> Date: Thu, 7 May 2020 20:17:16 +0100 Subject: [PATCH] Fixing type in install.rst pinax.inviations -> pinax.invitations Small typo fixed --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 9eaba067..14effbe8 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -59,7 +59,7 @@ errors with trying to create User settings. 'django.contrib.humanize', # Required for elapsed time formatting 'bootstrap4form', # Required for nicer formatting of forms with the default templates 'account', # Required by pinax-teams - 'pinax.inviations', # required by pinax-teams + 'pinax.invitations', # required by pinax-teams 'pinax.teams', # team support 'helpdesk', # This is us! 'reversion', # required by pinax-teams