Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
* <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">
Expand Down
2 changes: 1 addition & 1 deletion spring-webmvc/src/main/resources/META-INF/spring-form.tld
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down