From 31f888e6ae733e44b2821521eea354978486bdeb Mon Sep 17 00:00:00 2001 From: cebolan Date: Thu, 24 Aug 2017 12:59:13 -0400 Subject: [PATCH] Fix documentation on keyboard shortcuts closes #2801 --- notebook/static/notebook/js/shortcuteditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/notebook/js/shortcuteditor.js b/notebook/static/notebook/js/shortcuteditor.js index e8e4454203..0fd51c71cb 100644 --- a/notebook/static/notebook/js/shortcuteditor.js +++ b/notebook/static/notebook/js/shortcuteditor.js @@ -129,7 +129,7 @@ var KeyBindingList = createClass({ "`Cmdtrl`, and `Shift`.\n"+ " - `Cmdtrl` acts like `Cmd` on OS X/MacOS and `Ctrl` on Windows/Linux.\n"+ " - At most, one non-modifier key can exist in a key combination.\n"+ - " - Multiple non-modifier key can exist in a key combination.\n"+ + " - Multiple modifier keys can exist in a key combination.\n"+ " - Modifier keys need to precede the non-modifier key in a combination.\n"+ " - *Valid Examples*: `Shift-a`, `Ctrl-;`, or `Ctrl-Shift-a`. \n"+ " - *Invalid Example*s: `a-b` and `a-Ctrl-Shift`. \n"+