diff --git a/src/docs/asciidoc/web/webmvc.adoc b/src/docs/asciidoc/web/webmvc.adoc index 2133ce377f8..077bcf39cc5 100644 --- a/src/docs/asciidoc/web/webmvc.adoc +++ b/src/docs/asciidoc/web/webmvc.adoc @@ -5386,7 +5386,7 @@ You can configure how Spring MVC determines the requested media types from the r By default, only the `Accept` header is checked. -If you must use URL-based content type resolution, consider using the query parameten +If you must use URL-based content type resolution, consider using the query parameter strategy over path extensions. See <> and <> for more details.