From 897adbe21cd5b5d908090d38c28d6e743f2fe30c Mon Sep 17 00:00:00 2001 From: Priestch Date: Mon, 6 Feb 2023 11:24:57 +0800 Subject: [PATCH] chore: fix typo in comment (#1794) --- .../packages/appflowy_editor/lib/src/editor_state.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app_flowy/packages/appflowy_editor/lib/src/editor_state.dart b/frontend/app_flowy/packages/appflowy_editor/lib/src/editor_state.dart index 00613fa16b..efa82472ab 100644 --- a/frontend/app_flowy/packages/appflowy_editor/lib/src/editor_state.dart +++ b/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); }