Skip to content

Commit 466ea29

Browse files
authored
docs: correctly escape backticks (#10217)
1 parent 3278f45 commit 466ea29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/rest-api/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,9 @@ Note: Collection slugs must be formatted in kebab-case
5151
},
5252
},
5353
drawerContent: `
54-
#### Additional \\\`find\\\` query parameters
54+
#### Additional \`find\` query parameters
5555
56-
The \\\`find\\\` endpoint supports the following additional query parameters:
56+
The \`find\` endpoint supports the following additional query parameters:
5757
5858
- [sort](/docs/queries/overview#sort) - sort by field
5959
- [where](/docs/queries/overview) - pass a where query to constrain returned documents

0 commit comments

Comments
 (0)