Procházet zdrojové kódy

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

Stephen James před 6 roky
rodič
revize
48aeca44d8
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      docs/ref/templates/builtins.txt

+ 1 - 1
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