From 1119ae146781f3659d24ca5dc7099a9cec19d028 Mon Sep 17 00:00:00 2001 From: PHaeJin Date: Sat, 18 Nov 2017 21:28:02 -0800 Subject: [PATCH] Fix typo --- notebook/static/notebook/js/actions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebook/static/notebook/js/actions.js b/notebook/static/notebook/js/actions.js index f9fcfcbb1..3b4fe8ba4 100644 --- a/notebook/static/notebook/js/actions.js +++ b/notebook/static/notebook/js/actions.js @@ -949,7 +949,7 @@ define([ ActionHandler.prototype.get_name = function(name_or_data){ /** - * given an `action` or `name` of a action, return the name attached to this action. + * given an `action` or `name` of an action, return the name attached to this action. * if given the name of and corresponding actions does not exist in registry, return `null`. **/