chore: corrects typo in queries overview documentation (#2475)
This commit is contained in:
@@ -75,7 +75,7 @@ The above example demonstrates a simple query but you can get much more complex.
|
||||
|
||||
### And / Or Logic
|
||||
|
||||
In addition to defining simple queries, you can join multiple queries together using simple AND / OR logic. Let's take the above `Post` collection for example and write a more complex query usnig AND / OR:
|
||||
In addition to defining simple queries, you can join multiple queries together using simple AND / OR logic. Let's take the above `Post` collection for example and write a more complex query using AND / OR:
|
||||
|
||||
```js
|
||||
const query = {
|
||||
|
||||
Reference in New Issue
Block a user