Skip to content

Commit 89e9e3a

Browse files
committed
minor #14709 Fixed typo (lkorczewski)
This PR was merged into the 4.4 branch. Discussion ---------- Fixed typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 2dbe568 Fixed typo
2 parents 5b5895e + 2dbe568 commit 89e9e3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/without_class.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ you want to use. See :doc:`/validation` for more details.
7979

8080
.. _form-option-constraints:
8181

82-
But if the form is not mapped to an object and you instead want to retrieve a
82+
But if the form is not mapped to an object and you instead want to retrieve an
8383
array of your submitted data, how can you add constraints to the data of
8484
your form?
8585

0 commit comments

Comments
 (0)