Skip to content

Commit 63d2fb0

Browse files
authored
fix: correct spelling mistake (#45562)
1 parent 9cbf44b commit 63d2fb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Security/Authentication/OpenIdConnect/src/Events/AuthenticationFailedContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
namespace Microsoft.AspNetCore.Authentication.OpenIdConnect;
88

99
/// <summary>
10-
/// A conext for <see cref="OpenIdConnectEvents.AuthenticationFailed"/>.
10+
/// A context for <see cref="OpenIdConnectEvents.AuthenticationFailed"/>.
1111
/// </summary>
1212
public class AuthenticationFailedContext : RemoteAuthenticationContext<OpenIdConnectOptions>
1313
{

0 commit comments

Comments
 (0)