From 41df269eaf4fc727a7be1e8776b999810b6af1d6 Mon Sep 17 00:00:00 2001 From: Alexander Tsoi Date: Thu, 9 May 2019 17:56:11 -0400 Subject: [PATCH] Fix typo in xml docs (#10119) --- src/Mvc/Mvc.Core/src/Infrastructure/IClientErrorFactory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }