diff --git a/components/lib/column/Column.d.ts b/components/lib/column/Column.d.ts index ab248843b..5936e2499 100755 --- a/components/lib/column/Column.d.ts +++ b/components/lib/column/Column.d.ts @@ -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; /**