From 1f65ada909b7f02b3a23119d2be90118ab4af73c Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Sun, 28 Mar 2021 10:30:09 +0100 Subject: [PATCH] Fix comment grammar Minor update to XML docs to fix sentence grammar. --- .../Authentication.Abstractions/src/IAuthenticationHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Http/Authentication.Abstractions/src/IAuthenticationHandler.cs b/src/Http/Authentication.Abstractions/src/IAuthenticationHandler.cs index d34f2b512ba0..9a3de57c8e2d 100644 --- a/src/Http/Authentication.Abstractions/src/IAuthenticationHandler.cs +++ b/src/Http/Authentication.Abstractions/src/IAuthenticationHandler.cs @@ -7,7 +7,7 @@ namespace Microsoft.AspNetCore.Authentication { /// - /// Created per request to handle authentication for to a particular scheme. + /// Created per request to handle authentication for a particular scheme. /// public interface IAuthenticationHandler {