mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
typo fix
This commit is contained in:
parent
89df330129
commit
9797a6b7c0
@ -33,7 +33,7 @@ define([
|
||||
}
|
||||
Contents.DirectoryNotEmptyError.prototype = new Error;
|
||||
Contents.DirectoryNotEmptyError.prototype.name =
|
||||
Contents.DIRECTORY_NOTE_EMPTY_ERROR;
|
||||
Contents.DIRECTORY_NOT_EMPTY_ERROR;
|
||||
|
||||
|
||||
Contents.prototype.api_url = function() {
|
||||
|
Loading…
Reference in New Issue
Block a user