Skip to content

Commit 0f5ce20

Browse files
nishchay7pixelscrisbeto
authored andcommitted
docs(material/table): fix description for MatHeaderRow (#27154)
(cherry picked from commit 4533583)
1 parent dab3327 commit 0f5ce20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/table/row.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export class MatFooterRowDef extends CdkFooterRowDef {}
5252
})
5353
export class MatRowDef<T> extends CdkRowDef<T> {}
5454

55-
/** Footer template container that contains the cell outlet. Adds the right class and role. */
55+
/** Header template container that contains the cell outlet. Adds the right class and role. */
5656
@Component({
5757
selector: 'mat-header-row, tr[mat-header-row]',
5858
template: CDK_ROW_TEMPLATE,

0 commit comments

Comments
 (0)