Skip to content

Commit 6e9bf0b

Browse files
committed
fixup comment
1 parent 8a47176 commit 6e9bf0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

form/direct_submit.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ method, pass the submitted data directly to
9090

9191
.. caution::
9292

93-
When the second parameter ``$clearMissing`` is ``false``, like with "PATCH"
94-
method, the validation extension will only handle the submitted fields. If
95-
the underlying data needs to be validated, this should be done manually,
96-
i.e using the validator.
93+
When the second parameter ``$clearMissing`` is ``false``, like with the
94+
"PATCH" method, the validation extension will only handle the submitted
95+
fields. If the underlying data needs to be validated, this should be done
96+
manually, i.e using the validator.
9797

9898
.. _form-submit-request:
9999

0 commit comments

Comments
 (0)