From e0c0e7f878df0d0e0c5a8ebb615f22527390d72e Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 17 Jul 2021 17:03:51 +0300 Subject: [PATCH] Fix typo in ref docs --- 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 2133ce377f..077bcf39cc 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.