Skip to content

Commit e8162bd

Browse files
committed
[FIX] model: typo
closes #7535 Task: 0 Signed-off-by: Rémi Rahir (rar) <[email protected]>
1 parent 04cf666 commit e8162bd

File tree

1 file changed

+1
-1
lines changed
  • packages/o-spreadsheet-engine/src

1 file changed

+1
-1
lines changed

packages/o-spreadsheet-engine/src/model.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ export class Model extends EventBus<any> implements CommandDispatcher {
622622

623623
/**
624624
* As the name of this method strongly implies, it is useful when we need to
625-
* export date out of the model.
625+
* export data out of the model.
626626
*/
627627
exportData(): WorkbookData {
628628
let data = createEmptyWorkbookData();

0 commit comments

Comments
 (0)