Fix small issues in docs

This commit is contained in:
Cameron Moore
2014-09-07 21:37:33 -05:00
parent d2fe7aefcb
commit c10ec29fe5
4 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ Confirmable
^^^^^^^^^^^
If you enable account confirmation by setting your application's
`SECURITY_CONFIRMABLE` configuration value to `True` your `User` model will
`SECURITY_CONFIRMABLE` configuration value to `True`, your `User` model will
require the following additional field:
* ``confirmed_at``
@@ -41,7 +41,7 @@ Trackable
^^^^^^^^^
If you enable user tracking by setting your application's `SECURITY_TRACKABLE`
configuration value to `True` your `User` model will require the following
configuration value to `True`, your `User` model will require the following
additional fields:
* ``last_login_at``