diff --git a/src/Microsoft.AspNetCore.Mvc.Formatters.Json/JsonResult.cs b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/JsonResult.cs index b470eafc4f..4380224057 100644 --- a/src/Microsoft.AspNetCore.Mvc.Formatters.Json/JsonResult.cs +++ b/src/Microsoft.AspNetCore.Mvc.Formatters.Json/JsonResult.cs @@ -41,7 +41,7 @@ namespace Microsoft.AspNetCore.Mvc } /// - /// Gets or sets the representing the Content-Type header of the response. + /// Gets or sets the representing the Content-Type header of the response. /// public string ContentType { get; set; } diff --git a/src/Microsoft.AspNetCore.Mvc.Razor/LanguageViewLocationExpander.cs b/src/Microsoft.AspNetCore.Mvc.Razor/LanguageViewLocationExpander.cs index c59af50b79..30a435b53a 100644 --- a/src/Microsoft.AspNetCore.Mvc.Razor/LanguageViewLocationExpander.cs +++ b/src/Microsoft.AspNetCore.Mvc.Razor/LanguageViewLocationExpander.cs @@ -34,7 +34,7 @@ namespace Microsoft.AspNetCore.Mvc.Razor } /// - /// Instantiates a new instance. + /// Instantiates a new instance. /// /// The . public LanguageViewLocationExpander(LanguageViewLocationExpanderFormat format)