diff --git a/src/Http/Routing/src/Matching/IEndpointSelectorPolicy.cs b/src/Http/Routing/src/Matching/IEndpointSelectorPolicy.cs index 775a042f4d02..09756af7528b 100644 --- a/src/Http/Routing/src/Matching/IEndpointSelectorPolicy.cs +++ b/src/Http/Routing/src/Matching/IEndpointSelectorPolicy.cs @@ -6,7 +6,7 @@ namespace Microsoft.AspNetCore.Routing.Matching; /// -/// A interface that can implemented to filter endpoints +/// A interface that can be implemented to filter endpoints /// in a . Implementations of must /// inherit from and should be registered in /// the dependency injection container as singleton services of type .