Fix some typos in comments

This commit is contained in:
Dominic Szablewski
2021-09-14 08:35:55 +02:00
parent 462e00af49
commit 944249b25f
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -10,8 +10,8 @@
let keymap = {
W: 1, p: 1, // Key[W] or ArrowU[p]
A: 2, e: 2, // Key[A] or ArrowL[e]ft
S: 3, o: 3, // Key[S] or ArrowR[i]ght
D: 4, i: 4, // Key[D] or ArrowD[o]wn
S: 3, o: 3, // Key[S] or ArrowR[o]ght
D: 4, i: 4, // Key[D] or ArrowD[i]wn
Q: 5, // Key[Q]
E: 6, // Key[E]
c: 9, // KeySpa[c]e