Merge pull request #221 from kdombeck/fix-typo

# By Ken Dombeck
* fix-typo:
  Fix typo in new-in-3.2.xml document
This commit is contained in:
Sam Brannen 2013-01-26 15:13:07 +01:00
commit 8d927dffb3
1 changed files with 1 additions and 1 deletions

View File

@ -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.