Commit 081d3e6f authored by Lucy Fox's avatar Lucy Fox

Fix typo: exists

parent 8cb20c01
......@@ -1396,7 +1396,7 @@ export default class Notes {
}
/**
* Check if note does not exists on page
* Check if note does not exist on page
*/
static isNewNote(noteEntity, noteIds) {
return $.inArray(noteEntity.id, noteIds) === -1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment