mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix typo in FormTag Javadoc and TLD
Closes gh-36610 Signed-off-by: xxxxxxjun <ryuu.public@gmail.com>
This commit is contained in:
@@ -126,7 +126,7 @@ import org.springframework.web.util.UriUtils;
|
||||
* <td><p>methodParam</p></td>
|
||||
* <td><p>false</p></td>
|
||||
* <td><p>true</p></td>
|
||||
* <td><p>The parameter name used for HTTP methods other then GET and POST.
|
||||
* <td><p>The parameter name used for HTTP methods other than GET and POST.
|
||||
* Default is '_method'.</p></td>
|
||||
* </tr>
|
||||
* <tr class="odd-row-color">
|
||||
|
||||
@@ -188,7 +188,7 @@
|
||||
<rtexprvalue>true</rtexprvalue>
|
||||
</attribute>
|
||||
<attribute>
|
||||
<description>The parameter name used for HTTP methods other then GET and POST.
|
||||
<description>The parameter name used for HTTP methods other than GET and POST.
|
||||
Default is '_method'.</description>
|
||||
<name>methodParam</name>
|
||||
<required>false</required>
|
||||
|
||||
Reference in New Issue
Block a user