Skip to content

docs: fix spelling typos in comments and JSDoc#17074

Open
BIGSUS24 wants to merge 2 commits into
payloadcms:mainfrom
BIGSUS24:docs/fix-overriden-typos
Open

docs: fix spelling typos in comments and JSDoc#17074
BIGSUS24 wants to merge 2 commits into
payloadcms:mainfrom
BIGSUS24:docs/fix-overriden-typos

Conversation

@BIGSUS24

@BIGSUS24 BIGSUS24 commented Jun 21, 2026

Copy link
Copy Markdown

Fixes a batch of genuine spelling typos in code comments, JSDoc, and one test title. Comment/JSDoc-only — no behavioral impact.

overridenoverridden:

  • packages/payload/src/uploads/types.ts (mimeTypes JSDoc)
  • packages/plugin-ecommerce/src/collections/addresses/defaultCountries.ts
  • packages/storage-s3/src/index.ts (signedDownloads JSDoc)

Other comment/JSDoc typos:

  • sometingsomething (packages/payload/src/admin/functions/index.ts)
  • authentificationauthentication (packages/payload/src/auth/types.ts)
  • overwritenoverwritten (packages/payload/src/collections/operations/findByID.ts)
  • undfinedundefined (packages/payload/src/globals/endpoints/findOne.ts)
  • stilstill (packages/payload/src/types/index.ts)
  • diableddisabled (packages/payload/src/utilities/flattenTopLevelFields.ts)
  • compatabilitycompatibility (test/localization/int.spec.ts)
  • unamedunnamed (test/flattenTopLevelFields.spec.ts test title)

Corrects spelling typos in JSDoc/code comments:
- overriden -> overridden (uploads types, plugin-ecommerce default countries,
  storage-s3 signedDownloads option)
- compatability -> compatibility (localization test TODO comment)

Comment-only changes; no behavioral impact.
@BIGSUS24 BIGSUS24 requested a review from denolfe as a code owner June 21, 2026 16:44
- someting -> something (admin functions JSDoc example)
- authentification -> authentication (auth strategies JSDoc)
- overwriten -> overwritten (findByID comment)
- undfined -> undefined (globals findOne comment)
- stil -> still (types include-select comment)
- diabled -> disabled (flattenTopLevelFields comment)
- unamed -> unnamed (flattenTopLevelFields test title)
@BIGSUS24 BIGSUS24 changed the title docs: fix "overriden" / "compatability" typos in comments docs: fix spelling typos in comments and JSDoc Jun 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant