Skip to content

Commit 50bcebd

Browse files
committed
fix typo
1 parent 74f8309 commit 50bcebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/interfaces/AnalyticalTableColumnDefinition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export interface AnalyticalTableColumnDefinition {
66
// base properties
77
/**
88
* This `string`/`function` is used to build the data model for your column. <br />
9-
* __Note__: You can also specify deeply nested values with accessors like `info.hobby` or even `address[0].street
9+
* __Note__: You can also specify deeply nested values with accessors like `info.hobby` or even `address[0].street`
1010
*/
1111
accessor: string | ((row: any, rowIndex: number) => any);
1212
/**

0 commit comments

Comments
 (0)