Skip to content

Commit 27c7889

Browse files
committed
[Translation][Routing] Fix typos
1 parent c8559fe commit 27c7889

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PseudoLocalizationTranslator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ final class PseudoLocalizationTranslator implements TranslatorInterface
5555
* * parse_html:
5656
* type: boolean
5757
* default: false
58-
* description: parse the translated string as HTML - looking for HTML tags has a performance impact but allows to preserve them from alterations - it also allows to compute the visible translated string length which is useful to correctly expand ot when it contains HTML
58+
* description: parse the translated string as HTML - looking for HTML tags has a performance impact but allows to preserve them from alterations - it also allows to compute the visible translated string length which is useful to correctly expand or when it contains HTML
5959
* warning: unclosed tags are unsupported, they will be fixed (closed) by the parser - eg, "foo <div>bar" => "foo <div>bar</div>"
6060
*
6161
* * localizable_html_attributes:

0 commit comments

Comments
 (0)