Skip to content

Commit

Permalink
docs: remove stray backtick from Nested Docs Plugin page (#10118)
Browse files Browse the repository at this point in the history
### What?
Remove erroneous backtick from comment in code snippet from
https://payloadcms.com/docs/plugins/nested-docs#overrides
  • Loading branch information
damnsamn authored Dec 21, 2024
1 parent f1901f6 commit 08eb13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/nested-docs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const examplePageConfig: CollectionConfig = {
},
// Note: if you override the `filterOptions` of the `parent` field,
// be sure to continue to prevent the document from referencing itself as the parent like this:
// filterOptions: ({ id }) => ({ id: {not_equals: id }})`
// filterOptions: ({ id }) => ({ id: {not_equals: id }})
},
),
createBreadcrumbsField(
Expand Down

0 comments on commit 08eb13d

Please sign in to comment.