diff --git a/reference/constraints/File.rst b/reference/constraints/File.rst index 6bc54946b17..3fffe9f13a5 100644 --- a/reference/constraints/File.rst +++ b/reference/constraints/File.rst @@ -8,7 +8,7 @@ Validates that a value is a valid "file", which can be one of the following: * A valid :class:`Symfony\\Component\\HttpFoundation\\File\\File` object (including objects of :class:`Symfony\\Component\\HttpFoundation\\File\\UploadedFile` class). -This constraint is commonly used in forms with the :doc:`FileType ` +This constraint is commonly used in forms with the :doc:`FileType ` form field. .. tip::