summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Keith-Magee <russell@keith-magee.com>2014-01-20 13:13:16 +0800
committerRussell Keith-Magee <russell@keith-magee.com>2014-01-20 13:13:16 +0800
commit9ddc358e8d598f38d8443be708962d8b1f34b7e2 (patch)
treea27cf064db94341dfeb05860f061a42d72d9635a
parenta029efca446025427a12ed886484890be15329d4 (diff)
Corrected minor typo.
Thanks to @cjerdonek for the report.
-rw-r--r--docs/ref/django-admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index 29c6bffb9e..5f81bbc8e4 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -110,7 +110,7 @@ your installed models or your admin registrations. It will also provide warnings
of common compatibility problems introduced by upgrading Django to a new version.
Custom checks may be introduced by other libraries and applications.
-By default, all apps will be checkd. You can check a subset of apps by providing
+By default, all apps will be checked. You can check a subset of apps by providing
a list of app labels as arguments::
python manage.py auth admin myapp