docs: fix small typo in documentation (#13545)
<!-- Thank you for the PR! Please go through the checklist below and make sure you've completed all the steps. Please review the [CONTRIBUTING.md](https://github.com/payloadcms/payload/blob/main/CONTRIBUTING.md) document in this repository if you haven't already. The following items will ensure that your PR is handled as smoothly as possible: - PR Title must follow conventional commits format. For example, `feat: my new feature`, `fix(plugin-seo): my fix`. - Minimal description explained as if explained to someone not immediately familiar with the code. - Provide before/after screenshots or code diffs if applicable. - Link any related issues/discussions from GitHub or Discord. - Add review comments if necessary to explain to the reviewer the logic behind a change --> ### What? Fixes a tiny typo in the documentation. <!-- ### Why? ### How? Fixes # --> Co-authored-by: lstellway <lstellway@users.noreply.github.com>
This commit is contained in:
@@ -185,7 +185,7 @@ export type UploadConfig = {
|
||||
*/
|
||||
externalFileHeaderFilter?: (headers: Record<string, string>) => Record<string, string>
|
||||
/**
|
||||
* Field slugs to use for a compount index instead of the default filename index.
|
||||
* Field slugs to use for a compound index instead of the default filename index.
|
||||
*/
|
||||
filenameCompoundIndex?: string[]
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user