Skip to content

Commit af8c786

Browse files
authored
docs: capitalization error (#11912)
Fixed a capitalized letter at line 180
1 parent d1c0989 commit af8c786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration/collections.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The following options are available:
177177
```ts
178178
import type { CollectionCOnfig } from 'payload'
179179

180-
export const MyCollection: CollectionCOnfig = {
180+
export const MyCollection: CollectionConfig = {
181181
// ...
182182
admin: {
183183
components: {

0 commit comments

Comments
 (0)