summaryrefslogtreecommitdiff
path: root/docs/howto/initial-data.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/howto/initial-data.txt')
-rw-r--r--docs/howto/initial-data.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/initial-data.txt b/docs/howto/initial-data.txt
index a8c5a57726..d0d94ffd12 100644
--- a/docs/howto/initial-data.txt
+++ b/docs/howto/initial-data.txt
@@ -2,7 +2,7 @@
How to provide initial data for models
======================================
-It's sometimes useful to prepopulate your database with hard-coded data when
+It's sometimes useful to prepopulate your database with hardcoded data when
you're first setting up an app. You can provide initial data with migrations or
fixtures.