Browse Source

Revert "fix spell"

This reverts commit 6540fbb266e523f267740347b65c039e7bef495b.
soumaeda 2 years ago
parent
commit
f26e82a568
1 changed files with 2 additions and 2 deletions
  1. 2 2
      apps/app/src/components/PageEditor/MarkdownDrawioUtil.js

+ 2 - 2
apps/app/src/components/PageEditor/MarkdownDrawioUtil.js

@@ -20,12 +20,12 @@ class MarkdownDrawioUtil {
     return editor.state.doc;
   }
 
-  // get first line number(number)
+  // get first line number(numeber)
   firstLineNum() {
     return 1;
   }
 
-  // get last line number(number)
+  // get last line number(numeber)
   lastLineNum(editor) {
     return this.doc(editor).lines;
   }