Skip to content

Commit 92d50e5

Browse files
committed
fix: documentation for pagination nav
1 parent 5fb7d25 commit 92d50e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pagination/pagination-nav/pagination-nav.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export interface PaginationNavTranslations {
120120
export class PaginationNav {
121121
static paginationCounter = 0;
122122
/**
123-
* `PaginationNavModel` with the information about pages you're controlling.
123+
* `PaginationNavModel` with the information about pages you are controlling.
124124
*/
125125
@Input() model: PaginationModel;
126126
/**

0 commit comments

Comments
 (0)