Skip to content

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

Open
marcleblanc2 wants to merge 3 commits into
mainfrom
fix/remaining-spelling-errors
Open

fix/spelling: Fix remaining spelling errors found in CSpell dictionary#1873
marcleblanc2 wants to merge 3 commits into
mainfrom
fix/remaining-spelling-errors

Conversation

@marcleblanc2

@marcleblanc2 marcleblanc2 commented Sep 8, 2026

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 five 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
  • imedouttimedout in the src search -get-curl GraphQL example (moved here from ci/spelling: Add spelling PR check #1853)

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).

Also moved from #1853: seven example placeholders that CSpell flagged as gibberish (a fake commit hash, tmp filename, pod name, TLS cert blobs, an ARN, and base64 IDs), replaced with realistic-looking placeholders that pass the check.

#1853 will drop these words from cspell-allow-list.txt.

Verification

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

Amp threads

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 9, 2026 10:24am 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
marcleblanc2 added a commit that referenced this pull request Sep 9, 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
@marcleblanc2 marcleblanc2 changed the title fix/docs: fix remaining spelling errors found in CSpell dictionary fix/docs: Fix remaining spelling errors found in CSpell dictionary Sep 9, 2026
@marcleblanc2 marcleblanc2 changed the title fix/docs: Fix remaining spelling errors found in CSpell dictionary fix/spelling: Fix remaining spelling errors found in CSpell dictionary Sep 9, 2026
Moved from #1853 so that PR stays scoped to the CSpell check.
marcleblanc2 added a commit that referenced this pull request Sep 9, 2026
Keep this PR to the CSpell check and dictionary. The LINTER_ERRROS,
gorelaserConfig, sguqery, lobal, and imedout fixes now live in #1873.
Fake commit hash, tmp filename, pod name, TLS cert blobs, ARN, and
base64 IDs in examples, replaced with placeholders that look realistic
and pass the spell check. Moved from #1853.
marcleblanc2 added a commit that referenced this pull request Sep 9, 2026
…elog TODO

The docs/ example placeholder swaps now live in #1873 so this PR is
only the CSpell check and dictionary. cspell.json gains a TODO to drop
the technical-changelog ignore once PR 1888 merges.
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