aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2013-11-28 12:38:50 -0800
committerAymeric Augustin2013-11-28 12:38:50 -0800
commit2135eac0d5d8e249af395db903608fd0f4bb5ce0 (patch)
tree1aa66af4a2dab25194cdc4c7e92592ad97a79eb3
parentd413daa29fea312729aacbad3a9070da4f0299dd (diff)
parent5af13dd77d0efda9a9ce7ff70b3acd8879c8eccf (diff)
downloaddjango-debug-toolbar-2135eac0d5d8e249af395db903608fd0f4bb5ce0.tar.bz2
Merge pull request #486 from dpursehouse/fix-spelling
Fix misspelling of 'overhead'
-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.