0
0
mirror of https://github.com/django/django.git synced 2024-11-28 10:48:32 +01:00

Fixed typo in docs/ref/templates/builtins.txt.

This commit is contained in:
Stephen James 2018-07-04 13:15:35 -04:00 committed by Tim Graham
parent d7d32964ef
commit 48aeca44d8

View File

@ -1804,7 +1804,7 @@ For example::
{{ value|json_script:"hello-data" }}
If ``value`` is a the dictionary ``{'hello': 'world'}``, the output will be:
If ``value`` is the dictionary ``{'hello': 'world'}``, the output will be:
.. code-block:: html