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 %>