Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #281 from sjml/patch-1
Browse files Browse the repository at this point in the history
Fixing typo in documentation
  • Loading branch information
Matt Wright committed Sep 17, 2014
2 parents 3458391 + bf13984 commit 3a0af73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/models.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Flask-Security assumes you'll be using libraries such as SQLAlchemy,
MongoEngine or Peewee to define a data model that includes a `User` and
`Role` model. The fields on your models must follow a particular convention
depending on the functionality your app requires. Aside from this, you're
free to add any additional fields to your model(s) if you want. At the bear
free to add any additional fields to your model(s) if you want. At the bare
minimum your `User` and `Role` model should include the following fields:

**User**
Expand Down

0 comments on commit 3a0af73

Please sign in to comment.