Commit ac085cd
authored
docs: fix typo in Collection Config docs (collection → collections) (#16183)
### What?
Fix incorrect property name in documentation for defining a Collection
Config.
### Why?
The documentation incorrectly referenced `collection` instead of the
correct `collections` property in the Payload Config. This could mislead
users and cause configuration errors.
### How?
Updated the documentation to replace `collection` with `collections` in
the relevant section.
### Before
```ts
collection: [...]
```
### After
```ts
collections: [...]
```
Fixes # (N/A)1 parent 5af591c commit ac085cd
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments