Skip to content

Commit 196c24d

Browse files
jelbourntinayuangao
authored andcommitted
docs(paginator): fix superfluous ] in overview example (#5448)
1 parent b6a39d1 commit 196c24d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<md-paginator [length]="100"
22
[pageSize]="10"
3-
[pageSizeOptions]="[5, 10, 25, 100]" ]>
3+
[pageSizeOptions]="[5, 10, 25, 100]">
44
</md-paginator>

0 commit comments

Comments
 (0)