fix/spelling: Fix remaining spelling errors found in CSpell dictionary - #1873
Open
marcleblanc2 wants to merge 3 commits into
Open
fix/spelling: Fix remaining spelling errors found in CSpell dictionary#1873marcleblanc2 wants to merge 3 commits into
marcleblanc2 wants to merge 3 commits into
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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_ERRORSin the batch spec templating example (the step'senvdefinesLINTER_ERRORS, so the example was referencing an unset variable)gorelaserConfig→goreleaserConfigsguqery` →sgquery` code fence language (2 occurrences)lobal→Globalin an image alt textimedout→timedoutin thesrc search -get-curlGraphQL 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 --checkrgfor each fixed word returns no hits outside generated filesAmp threads