Skip to content

Commit

Permalink
Correct spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardBetts committed May 28, 2022
1 parent 045dc4d commit 9d9c40d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ x.x (yyyy-mm-dd)

Refactor as generic invite app

- Removed the dependancy on django-allauth, this package is now a
- Removed the dependency on django-allauth, this package is now a
generic invite app. [bee_keeper]

1.4 (2015-11-27)
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Not available

Refactor as generic invite app

- Removed the dependancy on django-allauth, this package is now a
- Removed the dependency on django-allauth, this package is now a
generic invite app. [bee_keeper]

1.4 (2015-11-27)
Expand Down
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ There are two primary ways to use `django-invitations` described below.

Generic Invitation flow:

* Priviledged user invites prospective user by email (via either Django admin, form post, JSON post or programmatically)
* Privileged user invites prospective user by email (via either Django admin, form post, JSON post or programmatically)
* User receives invitation email with confirmation link
* User clicks link and is redirected to a preconfigured url (default is accounts/signup)

Expand Down

0 comments on commit 9d9c40d

Please sign in to comment.