Skip to content

Commit 2f0cd36

Browse files
committed
docs(214, 314): fix typo
1 parent 74372d1 commit 2f0cd36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

misc/tutorial/214_pagination.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<div class="alert alert-warning" role="alert"><strong>Alpha</strong> This feature is in development. There will almost certainly be breaking api changes, or there are major outstanding bugs.</div>
66

7-
When pagination is enabled, the data is displayed in pages that can be browsed using using the built in pagination selector.
7+
When pagination is enabled, the data is displayed in pages that can be browsed using the built in pagination selector.
88

99
Documentation for the pagination feature is provided in the api documentation, in particular:
1010

misc/tutorial/314_external_pagination.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
@name Tutorial: 314 External Pagination
33
@description
44

5-
When pagination is enabled, the data is displayed in pages that can be browsed using using the built in
5+
When pagination is enabled, the data is displayed in pages that can be browsed using the built in
66
pagination selector.
77

88
For external pagination, implement the `gridApi.pagination.on.paginationChanged` callback function. The callback

0 commit comments

Comments
 (0)