diff --git a/aspnet/web-api/overview/formats-and-model-binding/content-negotiation.md b/aspnet/web-api/overview/formats-and-model-binding/content-negotiation.md index 7b4b78d419..2135c02169 100644 --- a/aspnet/web-api/overview/formats-and-model-binding/content-negotiation.md +++ b/aspnet/web-api/overview/formats-and-model-binding/content-negotiation.md @@ -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). \ No newline at end of file +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).