We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 365573a commit 40b80c3Copy full SHA for 40b80c3
src/pagination/docs/demo.html
@@ -14,7 +14,7 @@ <h4>Pager</h4>
14
<pager total-items="totalItems" page="currentPage"></pager>
15
16
<hr />
17
- <h4>Limit the maximimum visible buttons</h4>
+ <h4>Limit the maximum visible buttons</h4>
18
<pagination total-items="bigTotalItems" page="bigCurrentPage" max-size="maxSize" class="pagination-small" boundary-links="true"></pagination>
19
<pagination total-items="bigTotalItems" page="bigCurrentPage" max-size="maxSize" class="pagination-small" boundary-links="true" rotate="false" num-pages="numPages"></pagination>
20
0 commit comments