summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2015-07-01 09:16:17 +0200
committerClaude Paroz <claude@2xlibre.net>2015-07-01 09:16:17 +0200
commit3d7a713156c39ee197ee447130b3e6e078acbadc (patch)
tree42afe6f3c4f209a56313f4bab9adfc9ba7bcda7a /docs
parent2d0dead224b6448072b72b37d2fbcc8dc3afa007 (diff)
Fixed typo in writing migrations docs
Diffstat (limited to 'docs')
-rw-r--r--docs/howto/writing-migrations.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/howto/writing-migrations.txt b/docs/howto/writing-migrations.txt
index 1e77434b95..f1dfc92d1f 100644
--- a/docs/howto/writing-migrations.txt
+++ b/docs/howto/writing-migrations.txt
@@ -195,7 +195,7 @@ If you've used the :djadmin:`makemigrations` command you've probably
already seen ``dependencies`` in action because auto-created
migrations have this defined as part of their creation process.
-The ``dependecies`` property is declared like this::
+The ``dependencies`` property is declared like this::
from django.db import migrations