corrected a typo

pull/4992/head
kabaskar 2023-12-22 15:17:52 +01:00
parent 4fdb964b86
commit 98d274dbeb
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ export interface ColumnPassThroughOptions {
*/
sort?: ColumnPassThroughOptionType;
/**
* Used to pass attributes to the sort badge's DOM element.
* Used to pass attributes to the sort icon's DOM element.
*/
sortIcon?: ColumnPassThroughOptionType;
/**