We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04cf666 commit e8162bdCopy full SHA for e8162bd
packages/o-spreadsheet-engine/src/model.ts
@@ -622,7 +622,7 @@ export class Model extends EventBus<any> implements CommandDispatcher {
622
623
/**
624
* As the name of this method strongly implies, it is useful when we need to
625
- * export date out of the model.
+ * export data out of the model.
626
*/
627
exportData(): WorkbookData {
628
let data = createEmptyWorkbookData();
0 commit comments