diff --git a/docs/queries/overview.mdx b/docs/queries/overview.mdx index cb6cd4196..ba42e8096 100644 --- a/docs/queries/overview.mdx +++ b/docs/queries/overview.mdx @@ -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 = {