summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/templates.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates.txt b/docs/templates.txt
index 678dec8761..ddf40bac83 100644
--- a/docs/templates.txt
+++ b/docs/templates.txt
@@ -194,7 +194,7 @@ Here are some tips for working with inheritance:
for the entire site, a set of mid-level templates for each section of
the site, and then the individual templates for each page. This
maximizes code reuse, and makes it easier to add items to shared
- content areas (like section-wide navigation).
+ content areas (like section-wide navigation).
* If you need to get the content of the block from the parent template,
the ``{{ block.super }}`` variable will do the trick. This is useful