docs: capitalization error (#11912)
Fixed a capitalized letter at line 180
This commit is contained in:
@@ -177,7 +177,7 @@ The following options are available:
|
||||
```ts
|
||||
import type { CollectionCOnfig } from 'payload'
|
||||
|
||||
export const MyCollection: CollectionCOnfig = {
|
||||
export const MyCollection: CollectionConfig = {
|
||||
// ...
|
||||
admin: {
|
||||
components: {
|
||||
|
||||
Reference in New Issue
Block a user