Browse Source

Fix typo in MVC REST Error Responses documentation

Signed-off-by: Philip Bolting <pb@philipbolting.de>
pull/36110/head
Philip Bolting 3 weeks ago
parent
commit
7fdda1cf0f
  1. 2
      framework-docs/modules/ROOT/pages/web/webmvc/mvc-ann-rest-exceptions.adoc

2
framework-docs/modules/ROOT/pages/web/webmvc/mvc-ann-rest-exceptions.adoc

@ -191,7 +191,7 @@ Message codes and arguments for each error are also resolved via `MessageSource` @@ -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

Loading…
Cancel
Save