diff --git a/src/HotChocolate/Core/src/Abstractions/WellKnownContextData.cs b/src/HotChocolate/Core/src/Abstractions/WellKnownContextData.cs index e57602975d9..6befe6140f9 100644 --- a/src/HotChocolate/Core/src/Abstractions/WellKnownContextData.cs +++ b/src/HotChocolate/Core/src/Abstractions/WellKnownContextData.cs @@ -258,10 +258,10 @@ public static class WellKnownContextData /// /// The key to access the user state on the global context. /// - public const string UserState = "HottChocolate.Authorization.UserState"; + public const string UserState = "HotChocolate.Authorization.UserState"; /// /// The key to access the authorization handler on the global context. /// - public const string AuthorizationHandler = "HottChocolate.Authorization.AuthorizationHandler"; + public const string AuthorizationHandler = "HotChocolate.Authorization.AuthorizationHandler"; }