Skip to content

Commit

Permalink
docs: correctly escape backticks (#10217)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioGr authored Dec 28, 2024
1 parent 3278f45 commit 466ea29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/rest-api/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 466ea29

Please sign in to comment.