summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-04-16 09:39:00 -0400
committerTim Graham <timograham@gmail.com>2014-04-16 09:39:25 -0400
commitc064971e6bd1906c3665b25e0d659c0e47bb4a00 (patch)
tree825bf1cdbbf662712490ec435861cf10e405140f /docs/ref
parent8edba6eb9009cfd54c8c4e9e6a982ba8f83e3a93 (diff)
[1.7.x] Fixed spelling errors in documentation.
Backport of b5ce21accb from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/django-admin.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/django-admin.txt b/docs/ref/django-admin.txt
index a5525fe632..282b5aa8e5 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1121,7 +1121,7 @@ please read :ref:`migration-squashing`.
By default, Django will try to optimize the operations in your migrations
to reduce the size of the resulting file. Pass ``--no-optimize`` if this
process is failing for you or creating incorrect migrations, though please
-also file a Django bug report about the behaviour, as optimization is meant
+also file a Django bug report about the behavior, as optimization is meant
to be safe.