Skip to content

Commit d42c65a

Browse files
authored
Merge pull request #2802 from cebolan/fix-help
Fix documentation on keyboard shortcuts
2 parents daeb0a4 + 31f888e commit d42c65a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/static/notebook/js/shortcuteditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ var KeyBindingList = createClass({
129129
"`Cmdtrl`, and `Shift`.\n"+
130130
" - `Cmdtrl` acts like `Cmd` on OS X/MacOS and `Ctrl` on Windows/Linux.\n"+
131131
" - At most, one non-modifier key can exist in a key combination.\n"+
132-
" - Multiple non-modifier key can exist in a key combination.\n"+
132+
" - Multiple modifier keys can exist in a key combination.\n"+
133133
" - Modifier keys need to precede the non-modifier key in a combination.\n"+
134134
" - *Valid Examples*: `Shift-a`, `Ctrl-;`, or `Ctrl-Shift-a`. \n"+
135135
" - *Invalid Example*s: `a-b` and `a-Ctrl-Shift`. \n"+

0 commit comments

Comments
 (0)