#34018: Typo in flatpages docs
-------------------------------------+-------------------------------------
Reporter: sutm | Owner: nobody
Type: | Status: new
Cleanup/optimization |
Component: | Version: 4.1
Documentation | Keywords: typo flatpages
Severity: Normal | article
Triage Stage: | Has patch: 0
Unreviewed |
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 1
UI/UX: 0 |
-------------------------------------+-------------------------------------
https://docs.djangoproject.com/en/4.1/ref/contrib/flatpages/ **Where:** At the beginning of the page, second paragraph
**What:** Wrong article in the sentence "A flatpage is **a** object with a
URL, title and content."
**How it should be?:** "A flatpage is **an** object with a URL, title and
content." (Use "an" instead of "a")
--
Ticket URL: <https://code.djangoproject.com/ticket/34018>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.