From bd40f0e6bb33cd41235bab1728bcb9291ae70bac Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Sun, 1 Mar 2026 13:03:40 +0100 Subject: [PATCH] Fix typo --- .../java/org/springframework/web/util/UriComponentsBuilder.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-web/src/main/java/org/springframework/web/util/UriComponentsBuilder.java b/spring-web/src/main/java/org/springframework/web/util/UriComponentsBuilder.java index ae14d794546..62eae9fe2bf 100644 --- a/spring-web/src/main/java/org/springframework/web/util/UriComponentsBuilder.java +++ b/spring-web/src/main/java/org/springframework/web/util/UriComponentsBuilder.java @@ -57,7 +57,7 @@ import org.springframework.web.util.UriComponents.UriTemplateVariables; * {@link ParserType#WHAT_WG WhatWG parser type}, based on the algorithm from * the WhatWG URL Living Standard * provides more lenient handling of a wide range of cases that occur in user - * types URLs. + * typed URLs. * * @author Arjen Poutsma * @author Rossen Stoyanchev