From de08e059a6f1cc3cb152484fbcde88352bfc73b8 Mon Sep 17 00:00:00 2001 From: William Wenge-Murphy Date: Sat, 20 Sep 2014 18:11:28 -0700 Subject: [PATCH] fix typo "possible to defined" -> define --- docs/tricks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), -- 2.47.2