From e0b9ed6d72f36dc9c5fbc9ee11f67abc0c898fa6 Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Wed, 15 May 2019 16:13:02 -0400 Subject: [PATCH] Fix typo in reference Closes gh-22975 --- src/docs/asciidoc/web/webmvc.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/docs/asciidoc/web/webmvc.adoc b/src/docs/asciidoc/web/webmvc.adoc index 16761003ed..8fa5923f9b 100644 --- a/src/docs/asciidoc/web/webmvc.adoc +++ b/src/docs/asciidoc/web/webmvc.adoc @@ -4735,8 +4735,7 @@ The following example shows how to achieve the same configuration in XML: [subs="verbatim"] ---- - - + @@ -4754,7 +4753,7 @@ bean so that it can be injected into others. You can also make the rewrite trans rely on `HttpServletResponse#encodeURL`. Note that, when using both `EncodedResourceResolver` (for example, for serving gzipped or -brotli-encoded resources) and `VersionedResourceResolver`, you must register them in this order. +brotli-encoded resources) and `VersionResourceResolver`, you must register them in this order. That ensures content-based versions are always computed reliably, based on the unencoded file. https://www.webjars.org/documentation[WebJars] are also supported through the