Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(table): fix typo #11034

Merged
merged 1 commit into from
Apr 28, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/cdk/table/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

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

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