Skip to content

Commit

Permalink
Fixed typo on some WellKnownContextData (#5816)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbornand authored Feb 9, 2023
1 parent de82aca commit 1fff5b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -258,10 +258,10 @@ public static class WellKnownContextData
/// <summary>
/// The key to access the user state on the global context.
/// </summary>
public const string UserState = "HottChocolate.Authorization.UserState";
public const string UserState = "HotChocolate.Authorization.UserState";

/// <summary>
/// The key to access the authorization handler on the global context.
/// </summary>
public const string AuthorizationHandler = "HottChocolate.Authorization.AuthorizationHandler";
public const string AuthorizationHandler = "HotChocolate.Authorization.AuthorizationHandler";
}

0 comments on commit 1fff5b6

Please sign in to comment.