浏览代码

chore: fix typo in comment (#1794)

Priestch 2 年之前
父节点
当前提交
897adbe21c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/app_flowy/packages/appflowy_editor/lib/src/editor_state.dart

+ 1 - 1
frontend/app_flowy/packages/appflowy_editor/lib/src/editor_state.dart

@@ -145,7 +145,7 @@ class EditorState {
       completer.complete();
       return completer.future;
     }
-    // TODO: validate the transation.
+    // TODO: validate the transaction.
     for (final op in transaction.operations) {
       _applyOperation(op);
     }