Fix typo in MVC reference documentation

Fix ContentNeogitatingViewResolver typo in MVC reference documentation.

Issue: SPR-10927
master
Phillip Webb 11 years ago
parent 4abe4e9999
commit 371d255581
  1. 2
      src/reference/docbook/mvc.xml

@ -4267,7 +4267,7 @@ public class SimpleController {
response for example when providing a REST API. You can prepare a
<classname>ModelAndView</classname> and
render error content through view resolution -- i.e. by configuring a
<classname>ContentNeogitatingViewResolver</classname>,
<classname>ContentNegotiatingViewResolver</classname>,
<classname>MappingJacksonJsonView</classname>, and so on. However, you
may prefer to use <interfacename>@ExceptionHandler</interfacename>
methods instead.</para>

Loading…
Cancel
Save