Skip to content

Commit 08eb13d

Browse files
authored
docs: remove stray backtick from Nested Docs Plugin page (#10118)
### What? Remove erroneous backtick from comment in code snippet from https://payloadcms.com/docs/plugins/nested-docs#overrides
1 parent f1901f6 commit 08eb13d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plugins/nested-docs.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ const examplePageConfig: CollectionConfig = {
196196
},
197197
// Note: if you override the `filterOptions` of the `parent` field,
198198
// be sure to continue to prevent the document from referencing itself as the parent like this:
199-
// filterOptions: ({ id }) => ({ id: {not_equals: id }})`
199+
// filterOptions: ({ id }) => ({ id: {not_equals: id }})
200200
},
201201
),
202202
createBreadcrumbsField(

0 commit comments

Comments
 (0)