From 6af0ed5cf40dbbc94acb3d176da8ee15529bb222 Mon Sep 17 00:00:00 2001 From: Nishchya3Verma Date: Wed, 24 May 2023 12:06:03 +0530 Subject: [PATCH] docs(material/table): fix description for MatHeaderRow --- src/material/table/row.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/table/row.ts b/src/material/table/row.ts index 9b8e43163bc4..c96b99a64de6 100644 --- a/src/material/table/row.ts +++ b/src/material/table/row.ts @@ -52,7 +52,7 @@ export class MatFooterRowDef extends CdkFooterRowDef {} }) export class MatRowDef extends CdkRowDef {} -/** 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. */ @Component({ selector: 'mat-header-row, tr[mat-header-row]', template: CDK_ROW_TEMPLATE,