We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b3c8a commit 0f37367Copy full SHA for 0f37367
src/material/table/row.ts
@@ -57,7 +57,7 @@ export class MatFooterRowDef extends CdkFooterRowDef {
57
export class MatRowDef<T> extends CdkRowDef<T> {
58
}
59
60
-/** Footer template container that contains the cell outlet. Adds the right class and role. */
+/** Header template container that contains the cell outlet. Adds the right class and role. */
61
@Component({
62
selector: 'mat-header-row, tr[mat-header-row]',
63
template: CDK_ROW_TEMPLATE,
0 commit comments