diff options
| author | Ikko Ashimine <eltociear@gmail.com> | 2022-11-24 17:45:20 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-24 17:45:20 +0900 |
| commit | cc637015bc7e0f4fc56f77fc74edaff8d41207fb (patch) | |
| tree | be5abb4a02ea56e0370a67c0df4860f55258335d /packages/client | |
| parent | refactor: migrate to Yarn Berry (v3.2.1) (#8764) (diff) | |
| download | sharkey-cc637015bc7e0f4fc56f77fc74edaff8d41207fb.tar.gz sharkey-cc637015bc7e0f4fc56f77fc74edaff8d41207fb.tar.bz2 sharkey-cc637015bc7e0f4fc56f77fc74edaff8d41207fb.zip | |
Fix typo in keycode.ts (#9224)
Programatically -> Programmatically
Diffstat (limited to 'packages/client')
| -rw-r--r-- | packages/client/src/scripts/keycode.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/scripts/keycode.ts b/packages/client/src/scripts/keycode.ts index c127d54bb2..69f6a82803 100644 --- a/packages/client/src/scripts/keycode.ts +++ b/packages/client/src/scripts/keycode.ts @@ -18,7 +18,7 @@ export const aliases = { }; /*! -* Programatically add the following +* Programmatically add the following */ // lower case chars |