Skip to content

Commit 897adbe

Browse files
authored
chore: fix typo in comment (#1794)
1 parent a41894a commit 897adbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/app_flowy/packages/appflowy_editor/lib/src/editor_state.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class EditorState {
145145
completer.complete();
146146
return completer.future;
147147
}
148-
// TODO: validate the transation.
148+
// TODO: validate the transaction.
149149
for (final op in transaction.operations) {
150150
_applyOperation(op);
151151
}

0 commit comments

Comments
 (0)