Skip to content

Commit ee2732a

Browse files
princemapletinayuangao
authored andcommitted
fix(docs): add missing semicolon (#11850)
1 parent 32193e9 commit ee2732a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/material-examples/table-sticky-footer/table-sticky-footer-example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616

1717
<tr mat-header-row *matHeaderRowDef="displayedColumns"></tr>
1818
<tr mat-row *matRowDef="let row; columns: displayedColumns;"></tr>
19-
<tr mat-footer-row *matFooterRowDef="displayedColumns sticky: true"></tr>
19+
<tr mat-footer-row *matFooterRowDef="displayedColumns; sticky: true"></tr>
2020
</table>
21-
</div>
21+
</div>

0 commit comments

Comments
 (0)