##// END OF EJS Templates
Fix spelling
Thomas Kluyver -
Show More
@@ -155,7 +155,7 b' define(['
155 * Draw the list of notebooks
155 * Draw the list of notebooks
156 * @method draw_notebook_list
156 * @method draw_notebook_list
157 * @param {Array} list An array of dictionaries representing files or
157 * @param {Array} list An array of dictionaries representing files or
158 * direcotories.
158 * directories.
159 * @param {String} error_msg An error message
159 * @param {String} error_msg An error message
160 */
160 */
161 NotebookList.prototype.draw_notebook_list = function (list, error_msg) {
161 NotebookList.prototype.draw_notebook_list = function (list, error_msg) {
General Comments 0
You need to be logged in to leave comments. Login now