Fix typo in MVC REST Error Responses documentation

Signed-off-by: Philip Bolting <pb@philipbolting.de>
This commit is contained in:
Philip Bolting
2026-01-08 08:40:31 +01:00
parent 05b98b0a32
commit 7fdda1cf0f
@@ -191,7 +191,7 @@ Message codes and arguments for each error are also resolved via `MessageSource`
|===
NOTE: Unlike other exceptions, the message arguments for
`MethodArgumentValidException` and `HandlerMethodValidationException` are based on a list of
`MethodArgumentNotValidException` and `HandlerMethodValidationException` are based on a list of
`MessageSourceResolvable` errors that can also be customized through a
xref:core/beans/context-introduction.adoc#context-functionality-messagesource[MessageSource]
resource bundle. See