Skip to content

fix(typos): add stem-level entries INSER and SELEC#18521

Merged
sfanahata merged 1 commit into
masterfrom
fix/typos-config-sql-plurals
Jun 23, 2026
Merged

fix(typos): add stem-level entries INSER and SELEC#18521
sfanahata merged 1 commit into
masterfrom
fix/typos-config-sql-plurals

Conversation

@sfanahata

Copy link
Copy Markdown
Contributor

Summary

Follow-up to #18520. The full-word entries INSERTs/SELECTs added in that PR are not sufficient because crate-ci/typos splits mixed-case plurals at the case boundary (INSER + Ts) and checks each subword independently. The stems INSER and SELEC must also be allowlisted.

This follows the same pattern already used in the config:

  • STARTD — stem of MIGRATED_GETTING_STARTD_DOCS
  • ERRO — stem of ERRORs

Motivation

Unblocks #17782, which is still blocked by the Check Typos CI check after #18520 was merged.

typos splits mixed-case plurals like INSERTs at the case boundary
(INSER + Ts) and checks each subword independently. The full-word
entries INSERTs/SELECTs alone are not enough — the stems INSER and
SELEC must also be allowlisted.

This follows the same pattern as STARTD (stem of
MIGRATED_GETTING_STARTD_DOCS) and ERRO (stem of ERRORs).
@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
develop-docs Ready Ready Preview, Comment Jun 23, 2026 8:28pm
sentry-docs Ready Ready Preview, Comment Jun 23, 2026 8:28pm

Request Review

@sfanahata sfanahata merged commit cbeafba into master Jun 23, 2026
21 checks passed
@sfanahata sfanahata deleted the fix/typos-config-sql-plurals branch June 23, 2026 21:54
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.

2 participants