]> git.ipfire.org Git - thirdparty/jinja.git/commitdiff
fix(templates.rst): fix typo (`hat` => `that`) 1115/head
authorImran Iqbal <myii@users.noreply.github.com>
Sun, 8 Dec 2019 14:21:03 +0000 (14:21 +0000)
committerGitHub <noreply@github.com>
Sun, 8 Dec 2019 14:21:03 +0000 (14:21 +0000)
docs/templates.rst

index 39bdb36ca6134810ffa6f68bdcf557ae0cd98060..89c2a50601769c33346ad9f13d51953319319f0d 100644 (file)
@@ -983,7 +983,7 @@ Assignments use the `set` tag and can have multiple targets::
         {% endfor %}
         Found item having something: {{ ns.found }}
 
-    Note hat the ``obj.attr`` notation in the `set` tag is only allowed for
+    Note that the ``obj.attr`` notation in the `set` tag is only allowed for
     namespace objects; attempting to assign an attribute on any other object
     will raise an exception.