Skip to content

Commit b24308c

Browse files
authored
docs(table): fix typo (#11034)
1 parent d96fa07 commit b24308c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cdk/table/table.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ template. The directive also exports the same properties as `ngFor` (index, even
3838
last).
3939

4040
The next step is to define the table's header-row (`cdkHeaderRowDef`), data-row (`cdkRowDef`),
41-
and fitler-row (`cdkFooterRowDef`). Note that each of these are optional to include, depending on
41+
and footer-row (`cdkFooterRowDef`). Note that each of these are optional to include, depending on
4242
what type of rows you want rendered (e.g. if you do not need a footer row, simply do not add
4343
its definition).
4444

@@ -183,4 +183,4 @@ selectors. For example, `<table cdk-table>` becomes `<cdk-table>`; `<tr cdk-row`
183183

184184
For an example of how to render the structure as a table, see the
185185
[documentation for `<mat-table>`](https://material.angular.io/components/table) which includes
186-
the style support for this approach.
186+
the style support for this approach.

0 commit comments

Comments
 (0)