Browse Source

Fix typo in reference docs

Issue: SPR-10204
pull/218/head
Rossen Stoyanchev 13 years ago
parent
commit
692ced8046
  1. 2
      src/reference/docbook/mvc.xml

2
src/reference/docbook/mvc.xml

@ -5110,7 +5110,7 @@ public class WebConfig extends WebMvcConfigurerAdapter { @@ -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