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:35 -0400 |
| commit | 48aeca44d885929106e71fe78379fe50850af001 (patch) | |
| tree | 34122f62468714868226235d70af989ee66ea700 /docs | |
| parent | d7d32964ef7b0951ecfd8565af2351ebfe1ea02b (diff) | |
Fixed typo in docs/ref/templates/builtins.txt.
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 |
