File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Validator :class:`Symfony\\Component\\Validator\\Constraints\\CharsetValidator
16
16
Basic Usage
17
17
-----------
18
18
19
- If you wanted to ensure that the ``content `` property of an ``FileDTO ``
19
+ If you wanted to ensure that the ``content `` property of a ``FileDTO ``
20
20
class uses UTF-8, you could do the following:
21
21
22
22
.. configuration-block ::
@@ -87,7 +87,7 @@ Options
87
87
88
88
An encoding or a set of encodings to check against. If you pass an array of
89
89
encodings, the validator will check if the value is encoded in *any * of the
90
- encodings. This option accept any value that can be passed to
90
+ encodings. This option accepts any value that can be passed to
91
91
:phpfunction: `mb_detect_encoding() `.
92
92
93
93
.. include :: /reference/constraints/_groups-option.rst.inc
You can’t perform that action at this time.
0 commit comments