Browse Source

Fix typo in ref docs

pull/27193/head
Sam Brannen 4 years ago
parent
commit
e0c0e7f878
  1. 2
      src/docs/asciidoc/web/webmvc.adoc

2
src/docs/asciidoc/web/webmvc.adoc

@ -5386,7 +5386,7 @@ You can configure how Spring MVC determines the requested media types from the r @@ -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
<<mvc-ann-requestmapping-suffix-pattern-match>> and <<mvc-ann-requestmapping-rfd>> for
more details.

Loading…
Cancel
Save