aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDavid Pursehouse2013-11-29 00:59:10 +0900
committerDavid Pursehouse2013-11-29 00:59:10 +0900
commit5af13dd77d0efda9a9ce7ff70b3acd8879c8eccf (patch)
tree1aa66af4a2dab25194cdc4c7e92592ad97a79eb3 /docs
parentd413daa29fea312729aacbad3a9070da4f0299dd (diff)
downloaddjango-debug-toolbar-5af13dd77d0efda9a9ce7ff70b3acd8879c8eccf.tar.bz2
Fix misspelling of 'overhead'
Diffstat (limited to 'docs')
-rw-r--r--docs/tips.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tips.rst b/docs/tips.rst
index 46a03f7..3681e4c 100644
--- a/docs/tips.rst
+++ b/docs/tips.rst
@@ -31,7 +31,7 @@ Performance considerations
--------------------------
The Debug Toolbar is designed to introduce as little overhead as possible in
-the rendering of pages. However, depending on your project, the overhad may
+the rendering of pages. However, depending on your project, the overhead may
become noticeable. In extreme cases, it can make development impractical.
Here's a breakdown of the performance issues you can run into and their
solutions.