Fix typo in reference docs

Issue: SPR-10204
master
Rossen Stoyanchev 12 years ago
parent 40ed4e78be
commit 692ced8046
  1. 2
      src/reference/docbook/mvc.xml

@ -5110,7 +5110,7 @@ public class WebConfig extends WebMvcConfigurerAdapter {
@Override
public void configureContentNegotiation(ContentNegotiationConfigurer configurer) {
configurer.setFavorPathExtension(false).setFavorParameter(true);
configurer.favorPathExtension(false).favorParameter(true);
}
}</programlisting>

Loading…
Cancel
Save