diff --git a/docs/ref/templates/builtins.txt b/docs/ref/templates/builtins.txt index b77b6097e1..c4d109b867 100644 --- a/docs/ref/templates/builtins.txt +++ b/docs/ref/templates/builtins.txt @@ -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