diff --git a/src/docs/asciidoc/web/webmvc.adoc b/src/docs/asciidoc/web/webmvc.adoc index 3bae684af5..765d6550f2 100644 --- a/src/docs/asciidoc/web/webmvc.adoc +++ b/src/docs/asciidoc/web/webmvc.adoc @@ -1403,7 +1403,7 @@ sorted last. Also, prefix patterns (such as `/public/{asterisk}{asterisk}`) are specific than other pattern that do not have double wildcards. For the full details, see {api-spring-framework}/util/AntPathMatcher.AntPatternComparator.html[`AntPatternComparator`] -in {api-spring-framework}/util/AntPathMatcher.html[`AntPathMatcher`] and also keep mind that +in {api-spring-framework}/util/AntPathMatcher.html[`AntPathMatcher`] and also keep in mind that you can customize the {api-spring-framework}/util/PathMatcher.html[`PathMatcher`] implementation. See <> in the configuration section.