Fix typo in key binding manager docs (#8221)
I found a Typo error in KeyBindingManager, I have fixed that typo.
This commit is contained in:
parent
9bfd60e915
commit
19c665f5b8
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Keyboard shortcuts
|
||||
|
||||
## Using the `KeyBindingManger`
|
||||
## Using the `KeyBindingManager`
|
||||
|
||||
The `KeyBindingManager` (accessible using `getKeyBindingManager()`) is a class
|
||||
with several methods that allow you to get a `KeyBindingAction` based on a
|
||||
|
|
Loading…
Reference in a new issue