chore: corrects typo in queries overview documentation (#2475)

This commit is contained in:
Jacob Fletcher
2023-04-17 16:45:03 -04:00
committed by GitHub
parent 81d69d1b64
commit 2074f63333

View File

@@ -75,7 +75,7 @@ The above example demonstrates a simple query but you can get much more complex.
### And / Or Logic ### 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 ```js
const query = { const query = {