We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04eb080 commit 003e513Copy full SHA for 003e513
1 file changed
packages/grid/src/vaadin-grid-styling-mixin.d.ts
@@ -34,7 +34,7 @@ export declare class StylingMixinClass<TItem> {
34
cellPartNameGenerator: GridCellPartNameGenerator<TItem> | null | undefined;
35
36
/**
37
- * Runs the `cellPastNameGenerator` for the visible cells.
+ * Runs the `cellPartNameGenerator` for the visible cells.
38
* If the generator depends on varying conditions, you need to
39
* call this function manually in order to update the styles when
40
* the conditions change.
0 commit comments