Skip to content

Commit 9cae742

Browse files
committed
Merge pull request #307 from yositani2002/fix-form
不要な文字列の削除。
2 parents 1f29810 + 7ce3afe commit 9cae742

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,8 @@ method
88

99
このオプションでは、フォームのデータを送信するために使用されるHTTPメソッドを指定します。
1010
その値は ``form`` 要素の ``method`` 属性として表示されます。
11-
また、 ``handleRequest()`` メソッドの中で送信後、フォームの送信を処理するかどうかを決定するために使用されています
11+
また、送信後の ``handleRequest()`` メソッドの中で、フォームの送信をどう処理するかを決定するために使用されています
1212
可能な値は次のとおりです。
13-
This option specifies the HTTP method used to submit the form's data. Its
14-
value is rendered as the ``method`` attribute of the ``form`` element and is
15-
used to decide whether to process the form submission in the
16-
``handleRequest()`` method after submission. Possible values are:
1713

1814
* POST
1915
* GET

0 commit comments

Comments
 (0)