Skip to content

Commit 11ffdc5

Browse files
committed
refine comment
1 parent 8eefa6f commit 11ffdc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/Model/PublicModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ export interface Row<TCell extends Cell = DefaultCellTypes> {
626626
export interface MenuOption {
627627
/** Text that identifies each menu option */
628628
id: string;
629-
/** Text label displayed as its title */
629+
/** Label displayed as its title */
630630
label: React.ReactNode;
631631
/**
632632
* Function that is called when an option is clicked

0 commit comments

Comments
 (0)