Skip to content

Commit

Permalink
Fix typo in new-in-3.2.xml document
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Ken Dombeck authored and sbrannen committed Jan 26, 2013
1 parent bc80d25 commit b8e7314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reference/docbook/new-in-3.2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b8e7314

Please sign in to comment.