From: Ole Morten Halvorsen Date: Mon, 30 Dec 2013 12:37:23 +0000 (+1100) Subject: Fixed typo (igored -> ignored) X-Git-Tag: 2.8~68^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F287%2Fhead;p=thirdparty%2Fjinja.git Fixed typo (igored -> ignored) --- diff --git a/docs/tricks.rst b/docs/tricks.rst index 5427a3e8..a5dc0a03 100644 --- a/docs/tricks.rst +++ b/docs/tricks.rst @@ -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