diff --git a/IPython/frontend/html/notebook/static/js/kernel.js b/IPython/frontend/html/notebook/static/js/kernel.js index 92b9e34..db9025f 100644 --- a/IPython/frontend/html/notebook/static/js/kernel.js +++ b/IPython/frontend/html/notebook/static/js/kernel.js @@ -236,7 +236,7 @@ var IPython = (function (IPython) { * @async * @method execute * @param {string} code - * @param [callbacks] {Object} With the optionnal following keys + * @param [callbacks] {Object} With the optional following keys * @param callbacks.'execute_reply' {function} * @param callbacks.'output' {function} * @param callbacks.'clear_output' {function}