diff --git a/docs/30-simple-queries/2-match.mdx b/docs/30-simple-queries/2-match.mdx index 49a010d..891ceba 100644 --- a/docs/30-simple-queries/2-match.mdx +++ b/docs/30-simple-queries/2-match.mdx @@ -173,7 +173,7 @@ db.books.aggregate([ -👐 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" }`.
Answer