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:00 -0400
commitb5ce21accb57a5b70420574647d56eb837eb7722 (patch)
tree4dbca9b4146271cc7f7b0eca15126ec7b8aa2ee2 /docs/ref
parent28102991172ab931d030412275f926c1b05c688d (diff)
Fixed spelling errors in documentation.
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 cd56332204..cefb61d1e3 100644
--- a/docs/ref/django-admin.txt
+++ b/docs/ref/django-admin.txt
@@ -1101,7 +1101,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.