Fix typo in xml docs (#10119)

This commit is contained in:
Alexander Tsoi 2019-05-09 17:56:11 -04:00 committed by Pranav K
parent 2a88a3dd65
commit 41df269eaf
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace Microsoft.AspNetCore.Mvc.Infrastructure
/// </summary>
/// <param name="actionContext">The <see cref="ActionContext"/>.</param>
/// <param name="clientError">The <see cref="IClientErrorActionResult"/>.</param>
/// <returns>THe <see cref="IActionResult"/> that would be returned to the client.</returns>
/// <returns>The <see cref="IActionResult"/> that would be returned to the client.</returns>
IActionResult GetClientError(ActionContext actionContext, IClientErrorActionResult clientError);
}
}