Преглед на файлове

Fixed typo in writing migrations docs

Claude Paroz преди 9 години
родител
ревизия
3d7a713156
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      docs/howto/writing-migrations.txt

+ 1 - 1
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