Skip to content

Commit

Permalink
docs: fix QueryablePaging grammar mistake #92
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet authored Dec 4, 2022
1 parent 06194a1 commit 1328f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>` that have an extra `int Count` value that can be used for pagination.
Like [ApplyFilteringOrderingPaging](#ApplyFilteringOrderingPaging) but it returns a `QueryablePaging<T>` 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<T>` object.
Expand Down

0 comments on commit 1328f7e

Please sign in to comment.