Skip to content

Commit 223541c

Browse files
Fix comment grammar (#31326)
Minor update to XML docs to fix sentence grammar.
1 parent 155f402 commit 223541c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Http/Authentication.Abstractions/src/IAuthenticationHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace Microsoft.AspNetCore.Authentication
88
{
99
/// <summary>
10-
/// Created per request to handle authentication for to a particular scheme.
10+
/// Created per request to handle authentication for a particular scheme.
1111
/// </summary>
1212
public interface IAuthenticationHandler
1313
{

0 commit comments

Comments
 (0)