Skip to content

Commit 17663e2

Browse files
committed
fix typos
1 parent 3d4da5f commit 17663e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/constraints/Charset.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Validator :class:`Symfony\\Component\\Validator\\Constraints\\CharsetValidator
1616
Basic 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``
2020
class uses UTF-8, you could do the following:
2121

2222
.. configuration-block::
@@ -87,7 +87,7 @@ Options
8787

8888
An encoding or a set of encodings to check against. If you pass an array of
8989
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
9191
:phpfunction:`mb_detect_encoding()`.
9292

9393
.. include:: /reference/constraints/_groups-option.rst.inc

0 commit comments

Comments
 (0)