From ef08a92da1d02ef0d8c6b214aeba65b31afd6405 Mon Sep 17 00:00:00 2001 From: Weston Hunter Date: Sun, 12 Apr 2015 14:49:47 -0500 Subject: [PATCH] Update keyboard.js typo --- jupyter_notebook/static/base/js/keyboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);