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
1616Basic Usage
1717-----------
1818
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 ``
2020class uses UTF-8, you could do the following:
2121
2222.. configuration-block ::
@@ -87,7 +87,7 @@ Options
8787
8888An encoding or a set of encodings to check against. If you pass an array of
8989encodings, 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
9191:phpfunction: `mb_detect_encoding() `.
9292
9393.. include :: /reference/constraints/_groups-option.rst.inc
You can’t perform that action at this time.
0 commit comments