Opened 17 years ago
Closed 17 years ago
#9731 closed (fixed)
Missed a letter
| Reported by: | Adam K | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | 1.0 |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
On http://docs.djangoproject.com/en/dev/howto/initial-data/#howto-initial-data
Change:
You'll store this data in a fixtures directory inside you app.
To:
You'll store this data in a fixtures directory inside your app.
That is, "you" to "your".
Note:
See TracTickets
for help on using tickets.
(In [9578]) Fixed #9731 -- Typo fix in docs.