Skip to content

Commit 48d820e

Browse files
authored
docs(table): fix typo
1 parent 3d35180 commit 48d820e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/table/table.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ The `MatTable` does not require that you use a native HTML table. Instead, you c
358358
alternative approach that uses `display: flex` for the table's styles.
359359

360360
This alternative approach replaces the native table element tags with the `MatTable` directive
361-
selectors. For example, `<table mat-table>` becomes `<mat-table>`; `<tr mat-row`> becomes
361+
selectors. For example, `<table mat-table>` becomes `<mat-table>`; `<tr mat-row>` becomes
362362
`<mat-row>`. The following shows a previous example using this alternative template:
363363

364364
```html

0 commit comments

Comments
 (0)