Update 00_Partial_Caching.md

Spelling mistake fix.
This commit is contained in:
gavin bruce 2015-02-10 14:30:29 +10:00
parent 774be55229
commit e96d40d391
1 changed files with 2 additions and 2 deletions

View File

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