summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorWilliam Wenge-Murphy <iamthebilly@gmail.com>2014-09-20 18:11:28 -0700
committerWilliam Wenge-Murphy <iamthebilly@gmail.com>2014-09-20 18:11:28 -0700
commitde08e059a6f1cc3cb152484fbcde88352bfc73b8 (patch)
treedc533ac1c928fa9ae4ef54e2f7efdf9c4429e600 /docs
parent85820fceb83569df62fa5e6b9b0f2f76b7c6a3cf (diff)
downloadjinja2-de08e059a6f1cc3cb152484fbcde88352bfc73b8.tar.gz
fix typo "possible to defined" -> define
Diffstat (limited to 'docs')
-rw-r--r--docs/tricks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tricks.rst b/docs/tricks.rst
index 122c079..6d7e2c8 100644
--- a/docs/tricks.rst
+++ b/docs/tricks.rst
@@ -63,7 +63,7 @@ child template::
{% set active_page = "index" %}
The layout template can then access `active_page`. Additionally it makes
-sense to defined a default for that variable::
+sense to define a default for that variable::
{% set navigation_bar = [
('/', 'index', 'Index'),