Skip to content

Commit a4ea400

Browse files
committed
[#2202] Slight fixes - misnamed target and missing names for the targets (since there is no header beneath the target)
1 parent b408349 commit a4ea400

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/twig_reference.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,11 @@ Filters
7777
| | spaces and capitalizes the string) |
7878
+---------------------------------------------------------------------------------+-------------------------------------------------------------------+
7979
| ``text|trans(arguments = {}, domain = 'messages', locale = null)`` | This will translate the text into the current language, more |
80-
| | information in :ref:`book-translation-filers`. |
80+
| | information in . |
81+
| | :ref:`Translation Filters<book-translation-filters>`. |
8182
+---------------------------------------------------------------------------------+-------------------------------------------------------------------+
8283
| ``text|transchoice(count, arguments = {}, domain = 'messages', locale = null)`` | This will translate the text with pluralization, more information |
83-
| | in :ref:`book-translation-filters`. |
84+
| | in :ref:`Translation Filters<book-translation-filters>`. |
8485
+---------------------------------------------------------------------------------+-------------------------------------------------------------------+
8586
| ``variable|yaml_encode(inline = 0)`` | This will transform the variable text into a YAML syntax. |
8687
+---------------------------------------------------------------------------------+-------------------------------------------------------------------+

0 commit comments

Comments
 (0)