summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2021-06-03 01:49:50 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2021-06-03 07:50:31 +0200
commitf07d6869748f1c93d8dcd0dd058c4e3661f498ed (patch)
tree6ea93108a52d76bb4765359767076d7752aaee9b /docs/ref
parent0b5a66b0d9d5fe83bf4ed191f1c7d46e8fc1185e (diff)
[3.2.x] Fixed typos in docs.
Backport of f0d0d29f03448ba4f9cfef03f0605cc7e557c2c4 from main
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 f23cc6c696..074529a64a 100644
--- a/docs/ref/contrib/admin/index.txt
+++ b/docs/ref/contrib/admin/index.txt
@@ -2263,7 +2263,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