Skip to content

Commit 70ca6da

Browse files
committed
Improvements after review
1 parent cecc762 commit 70ca6da

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

reference/forms/types/options/action.rst.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ action
77
**type**: ``string`` **default**: empty string
88

99
This option specifies where to send the form's data on submission (usually an
10-
URI). It's value is rendered as the ``action`` attribute of the ``form``
10+
URI). Its value is rendered as the ``action`` attribute of the ``form``
1111
element. An empty value is considered a same-document reference, i.e. the form
1212
will be submitted to the same URI that rendered the form.

reference/forms/types/options/method.rst.inc

+4-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ method
66

77
**type**: ``string`` **default**: ``POST``
88

9-
This option specifies the HTTP method used to submit the form's data. It's
10-
value is rendered as the ``method`` attribute of the ``form`` element and to
11-
perform some consistency checks when evaluating the form after submission.
12-
Possible values are:
9+
This option specifies the HTTP method used to submit the form's data. Its
10+
value is rendered as the ``method`` attribute of the ``form`` element and is
11+
used to decide whether to process the form submission in the
12+
``handleRequest()`` method after submission. Possible values are:
1313
1414
* POST
1515
* GET

0 commit comments

Comments
 (0)