From 78c32aa7d2ef52ccce89e0f51c326fa6ebe16892 Mon Sep 17 00:00:00 2001 From: xxxxxxjun Date: Tue, 7 Apr 2026 03:55:06 +0900 Subject: [PATCH] Fix typo in FormTag Javadoc and TLD Closes gh-36610 Signed-off-by: xxxxxxjun --- .../java/org/springframework/web/servlet/tags/form/FormTag.java | 2 +- spring-webmvc/src/main/resources/META-INF/spring-form.tld | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/FormTag.java b/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/FormTag.java index 95424926876..8129620af08 100644 --- a/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/FormTag.java +++ b/spring-webmvc/src/main/java/org/springframework/web/servlet/tags/form/FormTag.java @@ -126,7 +126,7 @@ import org.springframework.web.util.UriUtils; *

methodParam

*

false

*

true

- *

The parameter name used for HTTP methods other then GET and POST. + *

The parameter name used for HTTP methods other than GET and POST. * Default is '_method'.

* * diff --git a/spring-webmvc/src/main/resources/META-INF/spring-form.tld b/spring-webmvc/src/main/resources/META-INF/spring-form.tld index 0960f2d9857..dbafb776061 100644 --- a/spring-webmvc/src/main/resources/META-INF/spring-form.tld +++ b/spring-webmvc/src/main/resources/META-INF/spring-form.tld @@ -188,7 +188,7 @@ true - The parameter name used for HTTP methods other then GET and POST. + The parameter name used for HTTP methods other than GET and POST. Default is '_method'. methodParam false