From 9ddc358e8d598f38d8443be708962d8b1f34b7e2 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Mon, 20 Jan 2014 13:13:16 +0800 Subject: [PATCH] Corrected minor typo. Thanks to @cjerdonek for the report. --- docs/ref/django-admin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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