소스 검색

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);
     }