aboutsummaryrefslogtreecommitdiffstats
path: root/docs/tips.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tips.rst')
-rw-r--r--docs/tips.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tips.rst b/docs/tips.rst
index 3681e4c..5e3ea40 100644
--- a/docs/tips.rst
+++ b/docs/tips.rst
@@ -58,7 +58,7 @@ development.
The cache panel is very similar to the SQL panel, except it isn't always a bad
practice to make many cache queries in a view.
-The template panel becomes slow your views or context processors return large
+The template panel becomes slow if your views or context processors return large
contexts and your templates have complex inheritance or inclusion schemes.
Solutions