mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
in docs/extending/frontend_extensions:
* fix 'the' typo
This commit is contained in:
parent
99f6379f14
commit
9e9828f624
@ -129,7 +129,7 @@ of what is available:
|
||||
|
||||
Object.keys(require('base/js/namespace').actions._actions);
|
||||
|
||||
In this example, we changed the keyboard shortcut in the **command mode**; you
|
||||
In this example, we changed a keyboard shortcut in **command mode**; you
|
||||
can also customize keyboard shortcuts in **edit mode**.
|
||||
However, most of the keyboard shortcuts in edit mode are handled by CodeMirror,
|
||||
which supports custom key bindings via a completely different API.
|
||||
|
Loading…
Reference in New Issue
Block a user