We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d66cf0c commit c82d701Copy full SHA for c82d701
src/reference/docbook/mvc.xml
@@ -4267,7 +4267,7 @@ public class SimpleController {
4267
response for example when providing a REST API. You can prepare a
4268
<classname>ModelAndView</classname> and
4269
render error content through view resolution -- i.e. by configuring a
4270
- <classname>ContentNeogitatingViewResolver</classname>,
+ <classname>ContentNegotiatingViewResolver</classname>,
4271
<classname>MappingJacksonJsonView</classname>, and so on. However, you
4272
may prefer to use <interfacename>@ExceptionHandler</interfacename>
4273
methods instead.</para>
0 commit comments