summaryrefslogtreecommitdiff
path: root/docs/ref/checks.txt
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-03-07 09:18:06 -0500
committerTim Graham <timograham@gmail.com>2014-03-07 09:18:06 -0500
commit8f9c3d05650cd418c57f2ded49ed1acbb5c05e77 (patch)
tree72390f71aca88b55e4edb431085b5eec888a276c /docs/ref/checks.txt
parentec675ed6ccd1ad80e289dc01275e225552c489a3 (diff)
Fixed typo in docs/ref/checks.txt
Diffstat (limited to 'docs/ref/checks.txt')
-rw-r--r--docs/ref/checks.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ref/checks.txt b/docs/ref/checks.txt
index 4f023d2844..9262a461c5 100644
--- a/docs/ref/checks.txt
+++ b/docs/ref/checks.txt
@@ -115,7 +115,7 @@ Admin
Admin checks are all performed as part of the ``admin`` tag.
-The following checks are performend on any
+The following checks are performed on any
:class:`~django.contrib.admin.ModelAdmin` (or subclass) that is registered
with the admin site:
@@ -244,4 +244,3 @@ MySQL
If you're using MySQL, the following checks will be performed:
* **mysql.E001**: MySQL does not allow unique CharFields to have a max_length > 255.
-