Skip to content

Commit fde6f58

Browse files
authored
Adjusted wording slightly in a sentence in sorting
1 parent 0e55d14 commit fde6f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/50-counting-sorting/10-sorting.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import TabItem from '@theme/TabItem';
33

44
# 👐 Sorting
55

6-
We can sort our results using the `$sort` stage. We need to sort on a field, being 1 ascending and -1 descending order.
6+
We can sort our results using the `$sort` stage. We need to sort on a field, with 1 being ascending and -1 descending order.
77

88
👐 Let's get all books from 1984, sorted by number of pages. We'll only show the title, pages, and authors.
99

0 commit comments

Comments
 (0)