We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e55d14 commit fde6f58Copy full SHA for fde6f58
docs/50-counting-sorting/10-sorting.mdx
@@ -3,7 +3,7 @@ import TabItem from '@theme/TabItem';
3
4
# 👐 Sorting
5
6
-We can sort our results using the `$sort` stage. We need to sort on a field, being 1 ascending and -1 descending order.
+We can sort our results using the `$sort` stage. We need to sort on a field, with 1 being ascending and -1 descending order.
7
8
👐 Let's get all books from 1984, sorted by number of pages. We'll only show the title, pages, and authors.
9
0 commit comments