From 2074f63333bbaf72a508ee4e9a6cbe6b17efaf84 Mon Sep 17 00:00:00 2001 From: Jacob Fletcher Date: Mon, 17 Apr 2023 16:45:03 -0400 Subject: [PATCH] chore: corrects typo in queries overview documentation (#2475) --- docs/queries/overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/queries/overview.mdx b/docs/queries/overview.mdx index cb6cd4196e..ba42e80966 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 = {