summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFerran Jovell <ferran@jovell.dev>2022-09-16 14:21:53 +0200
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-09-16 15:12:45 +0200
commit6619baab9b02e9f98598993e14cfc2b462b3a710 (patch)
tree872d465ff9dbbd1c5593185a773f2059a96c2376 /docs
parentbc33b047848759e7ae90bf85c94ff6cc5913e1ee (diff)
Fixed #34018 -- Fixed typo in docs/ref/contrib/flatpages.txt.
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/flatpages.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/flatpages.txt b/docs/ref/contrib/flatpages.txt
index b4e0957fc7..edaf7382ba 100644
--- a/docs/ref/contrib/flatpages.txt
+++ b/docs/ref/contrib/flatpages.txt
@@ -9,7 +9,7 @@ Django comes with an optional "flatpages" application. It lets you store "flat"
HTML content in a database and handles the management for you via Django's
admin interface and a Python API.
-A flatpage is a object with a URL, title and content. Use it for one-off,
+A flatpage is an object with a URL, title and content. Use it for one-off,
special-case pages, such as "About" or "Privacy Policy" pages, that you want to
store in a database but for which you don't want to develop a custom Django
application.