Skip to content

Commit 5a8330e

Browse files
authored
Fix typo in src/Security/Authentication/Core/src/AuthenticationHandler.cs (#50114)
1 parent b923cf8 commit 5a8330e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Security/Authentication/Core/src/AuthenticationHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ namespace Microsoft.AspNetCore.Authentication;
1818
private Task<AuthenticateResult>? _authenticateTask;
1919

2020
/// <summary>
21-
/// Gets or sets the <see cref="AuthenticationScheme"/> asssociated with this authentication handler.
21+
/// Gets or sets the <see cref="AuthenticationScheme"/> associated with this authentication handler.
2222
/// </summary>
2323
public AuthenticationScheme Scheme { get; private set; } = default!;
2424

0 commit comments

Comments
 (0)