From 10f028514dffb44ce2e93207cad5ed450e3fa2c7 Mon Sep 17 00:00:00 2001 From: Andrew Seguin Date: Thu, 26 Apr 2018 11:01:47 -0700 Subject: [PATCH] docs(table): fix typo --- src/cdk/table/table.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cdk/table/table.md b/src/cdk/table/table.md index c005c43a9153..6eb285d3baf1 100644 --- a/src/cdk/table/table.md +++ b/src/cdk/table/table.md @@ -38,7 +38,7 @@ template. The directive also exports the same properties as `ngFor` (index, even last). The next step is to define the table's header-row (`cdkHeaderRowDef`), data-row (`cdkRowDef`), -and fitler-row (`cdkFooterRowDef`). Note that each of these are optional to include, depending on +and footer-row (`cdkFooterRowDef`). Note that each of these are optional to include, depending on what type of rows you want rendered (e.g. if you do not need a footer row, simply do not add its definition). @@ -183,4 +183,4 @@ selectors. For example, `` becomes ``; ``](https://material.angular.io/components/table) which includes -the style support for this approach. \ No newline at end of file +the style support for this approach.