Skip to content

Commit f32fd28

Browse files
tplkmmalerba
authored andcommitted
docs(table): fix typo in MatRowDef description (#13170)
1 parent a98c072 commit f32fd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/table/row.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class MatFooterRowDef extends _CdkFooterRowDef {}
4949

5050
/**
5151
* Data row definition for the mat-table.
52-
* Captures the footer row's template and other footer properties such as the columns to display and
52+
* Captures the data row's template and other properties such as the columns to display and
5353
* a when predicate that describes when this row should be used.
5454
*/
5555
@Directive({

0 commit comments

Comments
 (0)