Fix typos in Javadoc

Closes gh-37229

Signed-off-by: Hyunwoo Jung <hyunwoojung@kakao.com>
This commit is contained in:
Hyunwoo Jung
2026-09-03 11:45:00 +02:00
committed by Sam Brannen
parent 7a0612dd4f
commit ea42275dcf
2 changed files with 2 additions and 2 deletions
@@ -151,7 +151,7 @@ public class UrlBasedCorsConfigurationSource implements CorsConfigurationSource
/**
* When enabled, if there is neither a
* {@link UrlPathHelper#resolveAndCacheLookupPath esolved} String lookupPath nor a
* {@link UrlPathHelper#resolveAndCacheLookupPath resolved} String lookupPath nor a
* {@link ServletRequestPathUtils#parseAndCache parsed} {@code RequestPath}
* then use the {@link #setUrlPathHelper configured} {@code UrlPathHelper}
* to resolve a String lookupPath. This in turn determines use of URL
@@ -760,7 +760,7 @@ public abstract class RouterFunctions {
* defined router functions into this builder, or can be combined with
* {@link RouterFunctions#route(RequestPredicate, HandlerFunction)}
* to allow for more flexible predicate matching.
* <p>For instance, the fbelow adds the router function returned from
* <p>For instance, the below adds the router function returned from
* {@code OrderController.routerFunction()} to the {@code changeUser}
* method in {@code userController}:
* <pre class="code">