docs: Fix typo of precedence (#212)

This commit is contained in:
Ole Begemann
2018-04-17 20:25:15 +02:00
committed by Kyle Fuller
parent c2e25f25ac
commit 88e54ab4ba

View File

@@ -124,7 +124,7 @@ or to negate a variable.
{% endif %}
You may use ``and``, ``or`` and ``not`` multiple times together. ``not`` has
higest prescidence followed by ``and``. For example:
higest precedence followed by ``and``. For example:
.. code-block:: html+django