Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet committed Sep 20, 2023
1 parent ccce853 commit ff4e0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/ordering.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ by default, if you don't add these keywords, gridify assumes you need Ascending
ascending and descending

:::: code-group
::: code-group-item Extentions
::: code-group-item Extensions
``` csharp
// asc - desc
var x = personsRepo.ApplyOrdering("Id"); // default ascending its equal to "Id asc"
Expand Down

0 comments on commit ff4e0de

Please sign in to comment.