From: William Wenge-Murphy Date: Sun, 21 Sep 2014 01:11:28 +0000 (-0700) Subject: fix typo "possible to defined" -> define X-Git-Tag: 2.8~35^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de08e059a6f1cc3cb152484fbcde88352bfc73b8;p=thirdparty%2Fjinja.git fix typo "possible to defined" -> define --- diff --git a/docs/tricks.rst b/docs/tricks.rst index 122c079a..6d7e2c8e 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'),