Fix typo in xml docs (#10119)
This commit is contained in:
parent
2a88a3dd65
commit
41df269eaf
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue