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
|
```ts
|
||||||
import type { CollectionCOnfig } from 'payload'
|
import type { CollectionCOnfig } from 'payload'
|
||||||
|
|
||||||
export const MyCollection: CollectionCOnfig = {
|
export const MyCollection: CollectionConfig = {
|
||||||
// ...
|
// ...
|
||||||
admin: {
|
admin: {
|
||||||
components: {
|
components: {
|
||||||
|
|||||||
Reference in New Issue
Block a user