fix: typo

develop
paring 2022-11-06 03:24:55 +00:00
parent 6d083ba7a1
commit 2e2e084233
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ SkyHookManager.StopHook(); // Stop Hook, this is automatically called on exit
> NOTE: SkyHook does **NOT** give the correct key code. So you can't know what key the user actually pressed.
```cs
SkyHookMnager.KeyUpdated.AddListener(ev => {
SkyHookManager.KeyUpdated.AddListener(ev => {
// Your code
});
```