Skip to content

Commit 238b96d

Browse files
committed
minor. refs #13190
1 parent b8f0771 commit 238b96d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

components/form.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -763,10 +763,9 @@ method. This is useful when you'd like to validate the form without showing
763763
validation errors to the user (i.e. during a partial AJAX submission or
764764
:doc:`dynamic form modification </form/dynamic_form_modification>`).
765765

766-
Because clearing the errors makes the form valid,
767-
:method:`Symfony\\Component\\Form\\ClearableErrorsInterface::clearErrors` should only
768-
769-
be called after testing whether the form is valid.
766+
Because clearing the errors makes the form valid,
767+
:method:`Symfony\\Component\\Form\\ClearableErrorsInterface::clearErrors`
768+
should only be called after testing whether the form is valid.
770769

771770
Learn more
772771
----------

0 commit comments

Comments
 (0)