From 49e516a25cb77f45b11b9a44615152836fa1920c Mon Sep 17 00:00:00 2001 From: Robin Willig Date: Tue, 6 Dec 2022 19:25:39 +0100 Subject: [PATCH] Better wording --- components/validator/metadata.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/validator/metadata.rst b/components/validator/metadata.rst index 1ab98a590d6..226ffd46b06 100755 --- a/components/validator/metadata.rst +++ b/components/validator/metadata.rst @@ -67,7 +67,7 @@ Then, add the Validator component configuration to the class:: Classes ------- -Some constraints allow to validate the entire object. For example, the +Some constraints allow validating the entire object. For example, the :doc:`Callback ` constraint is a generic constraint that's applied to the class itself.