diff --git a/docs/folders/overview.mdx b/docs/folders/overview.mdx index 35c0d744af1..027b4f0633f 100644 --- a/docs/folders/overview.mdx +++ b/docs/folders/overview.mdx @@ -83,7 +83,7 @@ const config = buildConfig({ ## Collection Configuration -To enable folders on a collection, you need to set the `admin.folders` property to `true` on the collection config. This will add a hidden relationship field to the collection that relates to a folder — or no folder. +To enable folders on a collection, you need to set the `folders` property to `true` on the collection config. This will add a hidden relationship field to the collection that relates to a folder — or no folder. ```ts // Type definition