docs: correctly escape backticks (#10217)

This commit is contained in:
Alessio Gravili
2024-12-27 22:18:15 -07:00
committed by GitHub
parent 3278f450c7
commit 466ea292b9

View File

@@ -51,9 +51,9 @@ Note: Collection slugs must be formatted in kebab-case
},
},
drawerContent: `
#### Additional \\\`find\\\` query parameters
#### Additional \`find\` query parameters
The \\\`find\\\` endpoint supports the following additional query parameters:
The \`find\` endpoint supports the following additional query parameters:
- [sort](/docs/queries/overview#sort) - sort by field
- [where](/docs/queries/overview) - pass a where query to constrain returned documents