Skip to content

Commit e16a96e

Browse files
committed
minor #20919 [Validator] Fix minor syntax issue (javiereguiluz)
This PR was merged into the 7.3 branch. Discussion ---------- [Validator] Fix minor syntax issue There's a minor issue in the rendered page. See https://symfony.com/doc/7.3/reference/constraints/Twig.html Commits ------- 969ba97 [Validator] Fix minor syntax issue
2 parents 5147f15 + 969ba97 commit e16a96e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/constraints/Twig.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Basic Usage
2424
-----------
2525

2626
Apply the ``Twig`` constraint to validate the contents of any property or the
27-
returned value of any method:
27+
returned value of any method::
2828

2929
use Symfony\Bridge\Twig\Validator\Constraints\Twig;
3030

0 commit comments

Comments
 (0)