We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b91ae1 + 44d321f commit 537a79eCopy full SHA for 537a79e
docs/30-simple-queries/2-match.mdx
@@ -173,7 +173,7 @@ db.books.aggregate([
173
</div>
174
</details>
175
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" }`
+👐 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" }`.
177
178
<details>
179
<summary>Answer</summary>
0 commit comments