diff --git a/docs/queries/overview.mdx b/docs/queries/overview.mdx
index 084e19713..16657d587 100644
--- a/docs/queries/overview.mdx
+++ b/docs/queries/overview.mdx
@@ -9,15 +9,7 @@ keywords: query, documents, overview, documentation, Content Management System,
Payload provides an extremely granular querying language through all APIs. Each API takes the same syntax and fully supports all options.
-
- Here, "querying" relates to filtering or searching through documents within
- a Collection.
- {" "}
- You can build queries to pass to Find operations as well as to{" "}
-
- restrict which documents certain users can access
- {" "}
- via access control functions.
+ Here, "querying" relates to filtering or searching through documents within a Collection. You can build queries to pass to Find operations as well as to restrict which documents certain users can access via access control functions.
### Simple queries
@@ -75,10 +67,8 @@ The above example demonstrates a simple query but you can get much more complex.
| `near` | For distance related to a [point field](/docs/fields/point) comma separated as `, , , `. |
- Tip:
- If you know your users will be querying on certain fields a lot, you can add
- index: true
- to a field's config which will speed up searches using that field immensely.
+ Tip:
+ If you know your users will be querying on certain fields a lot, you can add index: true to a field's config which will speed up searches using that field immensely.
### And / Or Logic