From e96d40d391e433eba5ea2627624c2679ad1e5dd4 Mon Sep 17 00:00:00 2001 From: gavin bruce Date: Tue, 10 Feb 2015 14:30:29 +1000 Subject: [PATCH] Update 00_Partial_Caching.md Spelling mistake fix. --- .../02_Developer_Guides/08_Performance/00_Partial_Caching.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en/02_Developer_Guides/08_Performance/00_Partial_Caching.md b/docs/en/02_Developer_Guides/08_Performance/00_Partial_Caching.md index c2836e24e..e50d3c1be 100644 --- a/docs/en/02_Developer_Guides/08_Performance/00_Partial_Caching.md +++ b/docs/en/02_Developer_Guides/08_Performance/00_Partial_Caching.md @@ -159,7 +159,7 @@ To cache the contents of a page for all anonymous users, but dynamically calcula ## Uncached -Yhe template tag 'uncached' can be used - it is the exact equivalent of a cached block with an if condition that always +The template tag 'uncached' can be used - it is the exact equivalent of a cached block with an if condition that always returns false. The key and conditionals in an uncached tag are ignored, so you can easily temporarily disable a particular cache block by changing just the tag, leaving the key and conditional intact. @@ -235,4 +235,4 @@ Can be re-written as: <% end_loop %> <% end_cached %> - <% end_cached %> \ No newline at end of file + <% end_cached %>