Update content-negotiation.md (#2952)

pull/2966/head
LinuxChata 2017-03-13 21:55:57 +01:00 committed by Rick Anderson
parent 620fccb478
commit c9cc2f4248
1 changed files with 1 additions and 1 deletions

View File

@ -101,4 +101,4 @@ If there are still no matches, the content negotiator simply picks the first for
## Selecting a Character Encoding
After a formatter is selected, the content negotiator chooses the best character encoding. by looking at the **SupportedEncodings** property on the formatter, and matching it against the Accept-Charset header in the request (if any).
After a formatter is selected, the content negotiator chooses the best character encoding by looking at the **SupportedEncodings** property on the formatter, and matching it against the Accept-Charset header in the request (if any).