fix/docs: fix remaining spelling errors found in CSpell dictionary - #1873
Open
marcleblanc2 wants to merge 1 commit into
Open
fix/docs: fix remaining spelling errors found in CSpell dictionary#1873marcleblanc2 wants to merge 1 commit into
marcleblanc2 wants to merge 1 commit 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
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 four 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 textAll 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 --checkrgfor each fixed word returns no hits outside generated files