doc(keymaps): fix typo (#1425)

This commit is contained in:
Anton 2022-08-12 14:37:06 +03:00 committed by GitHub
parent fc511e40cc
commit f238001904
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ in the stack _also_ get the event.
Binding a behavior at a certain key position may include up to two extra parameters that are used to
alter the behavior when that specific key position is activated/deactivated. For example, when binding
the "key press" (`kp`) behavior at a certain key position, you must specific _which_ keycode should
the "key press" (`kp`) behavior at a certain key position, you must specify _which_ keycode should
be used for that key position.
```