Fix typo in ref docs

This commit is contained in:
Sam Brannen 2021-07-17 17:03:51 +03:00
parent 0b1d14cdd9
commit e0c0e7f878
1 changed files with 1 additions and 1 deletions

View File

@ -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.