Skip to content

Commit e601ed2

Browse files
genres typo fixed
1 parent 83e9bc3 commit e601ed2

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

docs/40-CRUD/1-WHERE.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Now, translate the following into a MongoDB Query.
115115
<summary>Answer</summary>
116116
<div>
117117
```js
118-
db.books.find({ genre: "Science", pages: {$gt: 300} });
118+
db.books.find({ genres: "Science", pages: {$gt: 300} });
119119
```
120120
</div>
121121
</details>

static/img/use-library-compass.png

106 KB
Loading

0 commit comments

Comments
 (0)