diff --git a/src/Mvc/Mvc.Abstractions/src/Filters/IAsyncResultFilter.cs b/src/Mvc/Mvc.Abstractions/src/Filters/IAsyncResultFilter.cs index 0a8fdabbf812..a938939796c6 100644 --- a/src/Mvc/Mvc.Abstractions/src/Filters/IAsyncResultFilter.cs +++ b/src/Mvc/Mvc.Abstractions/src/Filters/IAsyncResultFilter.cs @@ -14,7 +14,7 @@ namespace Microsoft.AspNetCore.Mvc.Filters; /// /// and instances are not executed in cases where /// an authorization filter or resource filter short-circuits the request to prevent execution of the action. -/// . and implementations +/// and implementations /// are also not executed in cases where an exception filter handles an exception by producing an action result. /// /// diff --git a/src/Mvc/Mvc.Abstractions/src/Filters/IResultFilter.cs b/src/Mvc/Mvc.Abstractions/src/Filters/IResultFilter.cs index 69c87abd8132..b47ca1fa1470 100644 --- a/src/Mvc/Mvc.Abstractions/src/Filters/IResultFilter.cs +++ b/src/Mvc/Mvc.Abstractions/src/Filters/IResultFilter.cs @@ -14,7 +14,7 @@ namespace Microsoft.AspNetCore.Mvc.Filters; /// /// and instances are not executed in cases where /// an authorization filter or resource filter short-circuits the request to prevent execution of the action. -/// . and implementations +/// and implementations /// are also not executed in cases where an exception filter handles an exception by producing an action result. /// ///