summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2021-06-03 01:49:50 -0400
committerGitHub <noreply@github.com>2021-06-03 07:49:50 +0200
commitf0d0d29f03448ba4f9cfef03f0605cc7e557c2c4 (patch)
tree665cdd1e3fe1801f11861accbb0d002f7c1cbcc6 /docs/ref
parent1b4d1675b230cd6d47c2ffce41893d1881bf447b (diff)
Fixed typos in docs.
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/contrib/admin/index.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/admin/index.txt b/docs/ref/contrib/admin/index.txt
index 99d6d2dcc8..1dc5ff0c30 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -2272,7 +2272,7 @@ Adding custom validation to the admin
You can also add custom validation of data in the admin. The automatic admin
interface reuses :mod:`django.forms`, and the ``ModelAdmin`` class gives you
-the ability define your own form::
+the ability to define your own form::
class ArticleAdmin(admin.ModelAdmin):
form = MyArticleAdminForm