From 5af13dd77d0efda9a9ce7ff70b3acd8879c8eccf Mon Sep 17 00:00:00 2001 From: David Pursehouse Date: Fri, 29 Nov 2013 00:59:10 +0900 Subject: [PATCH] Fix misspelling of 'overhead' --- docs/tips.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tips.rst b/docs/tips.rst index 46a03f7bf..3681e4c1f 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.