Skip to content

Commit

Permalink
Adjusted wording slightly in a sentence in sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
LuceCarter authored Oct 17, 2024
1 parent 0e55d14 commit fde6f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/50-counting-sorting/10-sorting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import TabItem from '@theme/TabItem';

# 👐 Sorting

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.

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

Expand Down

0 comments on commit fde6f58

Please sign in to comment.