corrected a typo

This commit is contained in:
kabaskar 2023-12-22 15:17:52 +01:00
parent 4fdb964b86
commit 98d274dbeb

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;
/**