From c9cc2f42482d6cbe13a24a5eb34b64300e73e9b7 Mon Sep 17 00:00:00 2001 From: LinuxChata Date: Mon, 13 Mar 2017 21:55:57 +0100 Subject: [PATCH] Update content-negotiation.md (#2952) --- .../overview/formats-and-model-binding/content-negotiation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).