Opened 16 years ago
Closed 16 years ago
#9731 closed (fixed)
Missed a letter
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.