Skip to content

Commit 106208b

Browse files
authored
Fix ActionExecutingContext XML Doc (#47298)
1 parent c52fd93 commit 106208b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Mvc/Mvc.Abstractions/src/Filters/ActionExecutingContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
namespace Microsoft.AspNetCore.Mvc.Filters;
77

88
/// <summary>
9-
/// A context for action filters, specifically <see cref="IActionFilter.OnActionExecuted"/> and
9+
/// A context for action filters, specifically <see cref="IActionFilter.OnActionExecuting"/> and
1010
/// <see cref="IAsyncActionFilter.OnActionExecutionAsync"/> calls.
1111
/// </summary>
1212
public class ActionExecutingContext : FilterContext

0 commit comments

Comments
 (0)