Skip to content

Commit

Permalink
drop "column" from the description
Browse files Browse the repository at this point in the history
  • Loading branch information
tomivirkki committed Oct 10, 2023
1 parent 42f5aca commit 6b2f2fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/grid/src/vaadin-grid-column-mixin.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ export declare class ColumnBaseMixinClass<TItem, Column extends ColumnBaseMixinC
footerRenderer: GridHeaderFooterRenderer<TItem, Column> | null | undefined;

/**
* Custom part name for the column header cell.
* Custom part name for the header cell.
*/
headerPartName: string | null | undefined;

/**
* Custom part name for the column footer cell.
* Custom part name for the footer cell.
*/
footerPartName: string | null | undefined;
}
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/src/vaadin-grid-column-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ export const ColumnBaseMixin = (superClass) =>
},

/**
* Custom part name for the column header cell.
* Custom part name for the header cell.
*/
headerPartName: {
type: String,
},

/**
* Custom part name for the column footer cell.
* Custom part name for the footer cell.
*/
footerPartName: {
type: String,
Expand Down

0 comments on commit 6b2f2fd

Please sign in to comment.