]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
Fix typo. 310/head
authorVivek Agarwal <me@vivek.im>
Wed, 12 Mar 2014 14:56:03 +0000 (20:26 +0530)
committerVivek Agarwal <me@vivek.im>
Wed, 12 Mar 2014 14:56:03 +0000 (20:26 +0530)
docs/tricks.rst

index 5427a3e8f1edff48fd140a9e1d9c24323249108d..122c079a7cf8c56c7ac294f0645a12ed31deb3d6 100644 (file)
@@ -15,11 +15,11 @@ 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
-skeleton.  However it's possible put the `extends` tag into an `if` tag to
+skeleton.  However it's possible to put the `extends` tag into an `if` tag to
 only extend from the layout template if the `standalone` variable evaluates
 to false which it does per default if it's not defined.  Additionally a very
 basic skeleton is added to the file so that if it's indeed rendered with