Skip to content

Commit

Permalink
fix(docs): add missing semicolon (angular#11850)
Browse files Browse the repository at this point in the history
  • Loading branch information
princemaple authored and tinayuangao committed Jun 20, 2018
1 parent 32193e9 commit ee2732a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@

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

0 comments on commit ee2732a

Please sign in to comment.