From 223541cf6a7f30c3dbec8a975f3a842f8a0f7f0f Mon Sep 17 00:00:00 2001
From: Martin Costello <martin@martincostello.com>
Date: Sun, 28 Mar 2021 21:08:00 +0100
Subject: [PATCH] Fix comment grammar (#31326)

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
 {
     /// <summary>
-    /// Created per request to handle authentication for to a particular scheme.
+    /// Created per request to handle authentication for a particular scheme.
     /// </summary>
     public interface IAuthenticationHandler
     {