Skip to content

Commit 003e513

Browse files
docs: fix typo in grid generateCellPartNames typings (#11629) (#11633)
Co-authored-by: Serhii Kulykov <iamkulykov@gmail.com>
1 parent 04eb080 commit 003e513

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/grid/src/vaadin-grid-styling-mixin.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export declare class StylingMixinClass<TItem> {
3434
cellPartNameGenerator: GridCellPartNameGenerator<TItem> | null | undefined;
3535

3636
/**
37-
* Runs the `cellPastNameGenerator` for the visible cells.
37+
* Runs the `cellPartNameGenerator` for the visible cells.
3838
* If the generator depends on varying conditions, you need to
3939
* call this function manually in order to update the styles when
4040
* the conditions change.

0 commit comments

Comments
 (0)