]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fixed typo (igored -> ignored) 287/head
authorOle Morten Halvorsen <olemortenh@gmail.com>
Mon, 30 Dec 2013 12:37:23 +0000 (23:37 +1100)
committerOle Morten Halvorsen <olemortenh@gmail.com>
Mon, 30 Dec 2013 12:37:23 +0000 (23:37 +1100)
docs/tricks.rst

index 5427a3e8f1edff48fd140a9e1d9c24323249108d..a5dc0a033ab828e0ee583ac6467d05d126298c74 100644 (file)
@@ -15,7 +15,7 @@ Null-Master Fallback
 Jinja2 supports dynamic inheritance and does not distinguish between parent
 and child template as long as no `extends` tag is visited.  While this leads
 to the surprising behavior that everything before the first `extends` tag
-including whitespace is printed out instead of being igored, it can be used
+including whitespace is printed out instead of being ignored, it can be used
 for a neat trick.
 
 Usually child templates extend from one template that adds a basic HTML