From 3408d7bdcd25ac6385359bec4becebc88c4e8be8 Mon Sep 17 00:00:00 2001 From: Logan Stellway <8977231+lstellway@users.noreply.github.com> Date: Fri, 22 Aug 2025 02:49:36 -0700 Subject: [PATCH] docs: fix small typo in documentation (#13545) ### What? Fixes a tiny typo in the documentation. Co-authored-by: lstellway --- packages/payload/src/uploads/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/payload/src/uploads/types.ts b/packages/payload/src/uploads/types.ts index 60f17d4dd2..11c7537dfa 100644 --- a/packages/payload/src/uploads/types.ts +++ b/packages/payload/src/uploads/types.ts @@ -185,7 +185,7 @@ export type UploadConfig = { */ externalFileHeaderFilter?: (headers: Record) => Record /** - * 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[] /**