From 1328f7e2c43b6d8264c626c0bec556064ebab837 Mon Sep 17 00:00:00 2001 From: AliReZa Sabouri <7004080+alirezanet@users.noreply.github.com> Date: Sun, 4 Dec 2022 21:43:06 +0330 Subject: [PATCH] docs: fix QueryablePaging grammar mistake #92 --- docs/guide/extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/extensions.md b/docs/guide/extensions.md index d36de789..66dda000 100644 --- a/docs/guide/extensions.md +++ b/docs/guide/extensions.md @@ -56,7 +56,7 @@ You can use this method if you want to apply **ordering** and **paging** on an ` You can use this method if you want to apply **filtering** and **ordering** and **paging** on a `IQueryable` collection or `DbSet`. this method accepts `IGridifyQuery`. ## GridifyQueryable -Like [ApplyFilteringOrderingPaging](#ApplyFilteringOrderingPaging) but it returns a `QuaryablePaging` that have an extra `int Count` value that can be used for pagination. +Like [ApplyFilteringOrderingPaging](#ApplyFilteringOrderingPaging) but it returns a `QueryablePaging` that have an extra `int Count` value that can be used for pagination. ## Gridify This is an ALL-IN-ONE package, it accepts `IGridifyQuery`, applies filtering, ordering, and paging, and returns a `Paging` object.