From 517812d30a11cc92692bbcfd6052a8455ea2a7fb Mon Sep 17 00:00:00 2001 From: arman simonyan Date: Fri, 22 Mar 2019 12:17:53 +0400 Subject: [PATCH] Fix grammar issue --- src/docs/asciidoc/web/webmvc.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.