Skip to content
Closed

[TYPO] #7535

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/o-spreadsheet-engine/src/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ export class Model extends EventBus<any> implements CommandDispatcher {

/**
* As the name of this method strongly implies, it is useful when we need to
* export date out of the model.
* export data out of the model.
*/
exportData(): WorkbookData {
let data = createEmptyWorkbookData();
Expand Down