diff options
| author | Stephen James <StephenOrJames@users.noreply.github.com> | 2018-07-04 13:15:35 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-07-04 13:15:54 -0400 |
| commit | d1d9db4ec666e14b0b6ad382169af25295286faa (patch) | |
| tree | 17d0e772b54637abff92713dd4a572024226528d /docs | |
| parent | 82c38be11fa55711c3ad7f551502ba827cb27f33 (diff) | |
[2.1.x] Fixed typo in docs/ref/templates/builtins.txt.
Backport of 48aeca44d885929106e71fe78379fe50850af001 from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ref/templates/builtins.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
