diff --git a/Runtime/SkyHookManager.cs b/Runtime/SkyHookManager.cs index ebaaefb..1680212 100644 --- a/Runtime/SkyHookManager.cs +++ b/Runtime/SkyHookManager.cs @@ -28,7 +28,7 @@ namespace SkyHook public static readonly UnityEvent KeyUpdated = new(); /// - /// The instance of sky hook manager. The instance will be crated if it does not exist + /// The instance of sky hook manager. The instance will be created if it does not exist /// // ReSharper disable once MemberCanBePrivate.Global public static SkyHookManager Instance