From 9d4ae6aa5804045ebcec254705e21f97be60b206 Mon Sep 17 00:00:00 2001 From: Pariring Date: Sun, 6 Nov 2022 00:29:50 +0900 Subject: [PATCH] fix: typo --- Runtime/SkyHookManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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