Skip to content

Commit 5db194c

Browse files
authored
Update 4-limiting-results.mdx
1 parent ac67fd2 commit 5db194c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/30-simple-queries/4-limiting-results.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import TabItem from '@theme/TabItem';
33

44
# 👐 $limit
55

6-
If we return too many documents, but we're interested just in a few, we can limit the number of documents returned using `$limit`
6+
If we return too many documents but we're interested in only a few, we can limit the number of documents returned using `$limit`.
77

88
<Tabs groupId="aggregations">
99
<TabItem value="atlas" label="Atlas UI">
@@ -45,4 +45,4 @@ db.books.aggregate([{$limit: 7}])
4545
</Tabs>
4646

4747
</div>
48-
</details>
48+
</details>

0 commit comments

Comments
 (0)