Skip to content

Commit f04440c

Browse files
chore(pager): fix slug; grammar and info for the intro description
1 parent 74297a3 commit f04440c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ intro_columns:
269269
"Menu": "components/menu/overview"
270270
"Tab Strip": "components/tabstrip/overview"
271271
"TreeView": "components/treeview/overview"
272-
"Pager": "components-pager-overview"
272+
"Pager": "pager-overview"
273273

274274
-
275275
title: "Scheduling"

components/pager/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Pager
33
page_title: Pager for Blazor Overview
44
description: Add a page navigation to Blazor application
5-
slug: components-pager-overview
5+
slug: pager-overview
66
tags: telerik,blazor,pager,paging
77
published: True
88
position: 20
99
---
1010

1111
# Pager Overview
1212

13-
The `Pager` component will enable you to add page navigation in your Blazor application. It follows the design patter of our components but as standalone one can be used outside of Grid.
13+
The **Pager** component will enable you to add paging for your data in a Blazor application. We use it in components like the Grid and ListView, and you can also use it for your own templates and data as a standalone component.
1414

1515
To use Telerik Pager component for Blazor:
1616
1. Add the `TelerikPager` tag

0 commit comments

Comments
 (0)