Skip to content

Commit 537a79e

Browse files
authored
Merge pull request #50 from Meg528/patch-33
Update 2-match.mdx
2 parents 2b91ae1 + 44d321f commit 537a79e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/30-simple-queries/2-match.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ db.books.aggregate([
173173
</div>
174174
</details>
175175

176-
👐 How many are there? We haven't yet seen the `$count` stage, but try to adding a second stage to your pipeline with `{ $count: "books_count" }`
176+
👐 How many are there? We haven't yet seen the `$count` stage, but try to add a second stage to your pipeline with `{ $count: "books_count" }`.
177177

178178
<details>
179179
<summary>Answer</summary>

0 commit comments

Comments
 (0)