We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbf44b commit 63d2fb0Copy full SHA for 63d2fb0
src/Security/Authentication/OpenIdConnect/src/Events/AuthenticationFailedContext.cs
@@ -7,7 +7,7 @@
7
namespace Microsoft.AspNetCore.Authentication.OpenIdConnect;
8
9
/// <summary>
10
-/// A conext for <see cref="OpenIdConnectEvents.AuthenticationFailed"/>.
+/// A context for <see cref="OpenIdConnectEvents.AuthenticationFailed"/>.
11
/// </summary>
12
public class AuthenticationFailedContext : RemoteAuthenticationContext<OpenIdConnectOptions>
13
{
0 commit comments