Skip to content

Commit 953f4cd

Browse files
authored
Update 2-search-inside-objects-in-arrays.mdx
1 parent c7dfd8d commit 953f4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/40-using-arrays/2-search-inside-objects-in-arrays.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ db.books.aggregate([
5353
```
5454
You should get one document per attribute of the original book.
5555

56-
But you can actually match documents in an array in a much more straightforward way:
56+
But you can actually match documents in an array in a more straightforward fashion:
5757

5858
```js
5959
let nineNinetyNine = {$match: {"attributes.key": "msrp", "attributes.value": 9.99}};

0 commit comments

Comments
 (0)