diff --git a/src/Microsoft.AspNet.Mvc.Core/Formatters/FormatFilter.cs b/src/Microsoft.AspNet.Mvc.Core/Formatters/FormatFilter.cs index d014a93764..7bf4f07299 100644 --- a/src/Microsoft.AspNet.Mvc.Core/Formatters/FormatFilter.cs +++ b/src/Microsoft.AspNet.Mvc.Core/Formatters/FormatFilter.cs @@ -127,7 +127,7 @@ namespace Microsoft.AspNet.Mvc.Formatters return; } - // If the action sets a single content type, then its takes precedence over the user + // If the action sets a single content type, then it takes precedence over the user // supplied content type based on format mapping. if ((objectResult.ContentTypes != null && objectResult.ContentTypes.Count == 1) || !string.IsNullOrEmpty(context.HttpContext.Response.ContentType))