diff --git a/jupyter_notebook/static/base/js/keyboard.js b/jupyter_notebook/static/base/js/keyboard.js index 70a7cea4f..5eda10a06 100644 --- a/jupyter_notebook/static/base/js/keyboard.js +++ b/jupyter_notebook/static/base/js/keyboard.js @@ -352,7 +352,7 @@ define([ **/ var action_name = this.actions.get_name(data); if (! action_name){ - throw('does nto know how to deal with ', data); + throw('does not know how to deal with ', data); } shortcut = normalize_shortcut(shortcut);