From 4ac67ef933d8d0cad916d837efa9caa37341691e Mon Sep 17 00:00:00 2001 From: Pierre MORADEI Date: Wed, 11 Jun 2025 09:40:32 +0200 Subject: [PATCH] Update custom_constraint.rst grammar fix --- validation/custom_constraint.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validation/custom_constraint.rst b/validation/custom_constraint.rst index c935eb538b7..cd5197c860e 100644 --- a/validation/custom_constraint.rst +++ b/validation/custom_constraint.rst @@ -328,7 +328,7 @@ define those options as public properties on the constraint class:: } Then, inside the validator class you can access these options directly via the -constraint class passes to the ``validate()`` method:: +constraint class passed to the ``validate()`` method:: class FooValidator extends ConstraintValidator {