Opened 18 years ago
Closed 18 years ago
#5782 closed (fixed)
Small spelling error on Documentation Page
| Reported by: | Oliver Beattie | Owned by: | nobody |
|---|---|---|---|
| Component: | *.djangoproject.com | Version: | dev |
| Severity: | Keywords: | spelling minor docs documentation site djangoproject.com | |
| Cc: | oliver@… | Triage Stage: | Unreviewed |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
Just a small inconsistency I spotted on one of the documentation pages (Authenticating against Django’s user database from Apache).
In the code sample for Apache 2.2 a line reads:
<Location /exmaple/>
Where I think you meant to say:
<Location /example/>
I know it's small, but thought you might want to correct it nonetheless.
Change History (2)
comment:1 by , 18 years ago
| Cc: | added |
|---|
comment:2 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [6540]) Fixed #5782 -- Fixed a small typo spotted by obeattie.