Skip to content

fix/docs: fix remaining spelling errors found in CSpell dictionary - #1873

Open
marcleblanc2 wants to merge 1 commit into
mainfrom
fix/remaining-spelling-errors
Open

fix/docs: fix remaining spelling errors found in CSpell dictionary#1873
marcleblanc2 wants to merge 1 commit into
mainfrom
fix/remaining-spelling-errors

Conversation

@marcleblanc2

Copy link
Copy Markdown
Contributor

Linear FE-499: Fix doc site issues

Summary

Follow-up to #1855. While reviewing the ~1100-word dictionary in #1853 for misspellings, these four were the only ones still present in non-generated docs:

  • $LINTER_ERRROS$LINTER_ERRORS in the batch spec templating example (the step's env defines LINTER_ERRORS, so the example was referencing an unset variable)
  • gorelaserConfiggoreleaserConfig
  • sguqery` → sgquery` code fence language (2 occurrences)
  • lobalGlobal in an image alt text

All other misspellings in the dictionary were either already fixed by #1855 or appear only in generated files that CSpell ignores (docs/technical-changelog.mdx, observability alerts/dashboards).

#1853 will drop these words from cspell-project-words.txt.

Verification

  • git diff --check
  • rg for each fixed word returns no hits outside generated files

Fix the four misspellings that #1855 missed and that still appear in
non-generated docs: the `$LINTER_ERRROS` env var reference in the batch
spec templating example (the step defines `LINTER_ERRORS`),
`gorelaserConfig`, the `sguqery` code fence language, and the `lobal`
image alt text.

Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-01a07e67-73b3-779f-8880-7ba770fe7ade
@vercel

vercel Bot commented Sep 8, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated
sourcegraph-docs Ready Ready Preview Sep 8, 2026 12:33am UTC

Request Review

marcleblanc2 added a commit that referenced this pull request Sep 8, 2026
Remove the 126 misspelled words from cspell-project-words.txt: the 112
words already listed in flagWords, plus 14 more found while reviewing the
dictionary (addresseses, Changs, certains, condeintel, ERRROS, gorelaser,
lobal, Redict, settingscasacde, sguqery, Sourcegraphs, Stablechore,
theyre, Wofli). The words that still appear in non-generated docs are
fixed in #1855 and #1873; the rest only occur in generated files that
cspell.json already ignores.

Keep eror, functio, and stabili in the dictionary and stop flagging them:
eror is Sourcegraph's log level token (lvl=eror), and functio and stabili
are truncation artifacts in verbatim command output, not misspellings.

Co-authored-by: Amp <amp@ampcode.com>
Amp-Thread-ID: https://ampcode.com/threads/T-01a07e67-73b3-779f-8880-7ba770fe7ade
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