diff options
| author | David Pursehouse | 2013-11-29 00:59:10 +0900 | 
|---|---|---|
| committer | David Pursehouse | 2013-11-29 00:59:10 +0900 | 
| commit | 5af13dd77d0efda9a9ce7ff70b3acd8879c8eccf (patch) | |
| tree | 1aa66af4a2dab25194cdc4c7e92592ad97a79eb3 | |
| parent | d413daa29fea312729aacbad3a9070da4f0299dd (diff) | |
| download | django-debug-toolbar-5af13dd77d0efda9a9ce7ff70b3acd8879c8eccf.tar.bz2 | |
Fix misspelling of 'overhead'
| -rw-r--r-- | docs/tips.rst | 2 | 
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. | 
