docs: correctly escape backticks (#10217)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user