Skip to content

Commit b644f65

Browse files
chore(pager): typo
1 parent 4972a7c commit b644f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/pager/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To use Telerik Pager component for Blazor:
5151
* `ButtonCount` - **int** - The number of pages to be visible. To take effect the `ButtonCount` must be **less** than the pages count (ButtonCount < Total / number of items on the page)
5252
* `Page` and `@bind-Page` - **int** - Represents the current page of the pager. Those parameters are respectively for one and two-way data binding. If no `Page` or `@bind-Page` are provided they will default to the first page (1).
5353
* `PageChanged` - Fires when a new page is selected (used in one-way data binding).
54-
* `PageSize` - **int** - The number of items to be presented on a pages.
54+
* `PageSize` - **int** - The number of items to be presented on a page.
5555

5656
## Examples
5757

0 commit comments

Comments
 (0)