Browse Source

Fix typo in new-in-3.2.xml document

This commit fixes a typo in the "New Features and Enhancements in Spring
Framework 3.2" chapter of the reference manual. Specifically,
ContentNegotiationStrategy is now spelled correctly.
pull/224/head
Ken Dombeck 13 years ago committed by Sam Brannen
parent
commit
b8e7314c43
  1. 2
      src/reference/docbook/new-in-3.2.xml

2
src/reference/docbook/new-in-3.2.xml

@ -57,7 +57,7 @@ @@ -57,7 +57,7 @@
<section xml:id="new-in-3.2-webmvc-content-negotiation">
<title>Content negotiation improvements</title>
<para>A <interfacename>ContentNeogtiationStrategy</interfacename> is now
<para>A <interfacename>ContentNegotiationStrategy</interfacename> is now
available for resolving the requested media types from an incoming
request. The available implementations are based on the file extension,
query parameter, the 'Accept' header, or a fixed content type.

Loading…
Cancel
Save