diff --git a/src/Mvc/Mvc.Core/src/Infrastructure/IClientErrorFactory.cs b/src/Mvc/Mvc.Core/src/Infrastructure/IClientErrorFactory.cs index b592c52a9b..04450597be 100644 --- a/src/Mvc/Mvc.Core/src/Infrastructure/IClientErrorFactory.cs +++ b/src/Mvc/Mvc.Core/src/Infrastructure/IClientErrorFactory.cs @@ -14,7 +14,7 @@ namespace Microsoft.AspNetCore.Mvc.Infrastructure /// /// The . /// The . - /// THe that would be returned to the client. + /// The that would be returned to the client. IActionResult GetClientError(ActionContext actionContext, IClientErrorActionResult clientError); } }