Skip to content

[docs] docs: fix "Meeth" typo in blog nav label#31148

Merged
pelikhan merged 1 commit into
mainfrom
spellcheck/2026-05-09
May 9, 2026
Merged

[docs] docs: fix "Meeth" typo in blog nav label#31148
pelikhan merged 1 commit into
mainfrom
spellcheck/2026-05-09

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 9, 2026

Summary

Daily AstroStyleLite spellcheck found 1385 cspell findings across 163 markdown files under docs/src/content/. After review, all but one are legitimate technical terms, product/code names, people names, intentional typo examples in error-handling docs, or auto-generated British-spelling content sourced from JSON schemas (out of scope for this workflow).

The one safe fix:

  • docs/src/content/docs/blog/2026-01-13-meet-the-workflows-issue-management.md — the prev nav label said Meeth the Workflows: Continuous Documentation. The rest of the 18-post series uses Meet the Workflows, so this is a clear typo and matches the title of the linked page.

Why other findings were not fixed

  • Project / workflow / product names: e.g., cloclo, Sentrux, Mergefest, Unbloater, Semgrep, zizmor, poutine, tavily, markitdown, opencode, Ollama, Termux, Diátaxis, Lipgloss — preserve technical terms and product names.
  • People names: Peli, Halleux, dsyme, pelikhan, mnkiefer, Aftandilian, Jiaxiao, Zhou, Pocock, Berners, Bradner, Crocker, Padula, Kiefer, Syme, Noll (FNV-1a hash author Vo-Noll) — names should not be "corrected".
  • Acronyms / domain terms: GHES, GHEC, BYOK, DIFC, SARIF, WCAG, RLHF, HMAC, SUTVA, CPAN, MCPG, PVTF, PRRT.
  • Code identifiers / file & package paths: frontmatter, toolsets, safeoutputs, safeinputs, mcpscripts, agentdrain (pkg/agentdrain/...), jqschema, pyproject, setuptools, Pipfile, pythonhosted, bunfig, Fprintln, Println, Getenv, compinit, gradlew, pipefail, gopls, seccomp, traceparent, omitempty, denoland, julialang, erlef, npmjs, pypi, maturin, briandowns, microsoftdocs, modelcontextprotocol, anthropics, githubnext, githubcopilot, cyberark, conjur, trufflesecurity, Hackage, Charmbracelet, myorg, myrepo, myworkflow, customname, yourorg.
  • Intentional typo examples in error-handling docs: audti (gh aw compile audti-workflows → "Did you mean: audit-workflows?"), permisions and engnie (typo-detection examples in docs/troubleshooting/errors.md), mondey (Did-you-mean weekday example in docs/reference/fuzzy-schedule-specification.md).
  • Git SHA fragment: bbbca2... (truncated actions/upload-artifact@bbbca2... SHA in a workflow-structure example).
  • British spellings in auto-generated content: behaviour, customise, parameterise, normalises, unrecognised, unrecognisable appear in docs/reference/frontmatter-full.md and a few specs. frontmatter-full.md is regenerated from JSON Schema descriptions in pkg/parser/schemas/main_workflow_schema.json (and 90+ other source files), so direct edits would be overwritten on the next regeneration. Switching the codebase to American English is out of scope for a docs spellcheck run.
  • Coined / domain-acceptable English: remixable, effectful, gatable, disableable, triggerable, parallelizable, unsanitizable, recurringly, prereleased, rerequested, Parameterizing — valid constructions, not misspellings.

Dictionary additions (e.g., extending docs/.cspell-words.txt) would address most remaining findings but are a configuration change rather than a content fix, so I did not bundle that here.

Test plan

  • Verify the prev link in the issue-management blog still resolves to 2026-01-13-meet-the-workflows-documentation and the label now reads Meet the Workflows: Continuous Documentation consistent with the rest of the series.
  • Re-run spellcheck — the count drops from 1385 to 1384 with Meeth removed.

Generated by Daily AstroStyleLite Markdown Spellcheck · ● 11.4M ·

  • expires on May 12, 2026, 4:24 AM UTC

The previous-page nav label in the issue-management blog post mismatched
the rest of the "Meet the Workflows" series.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions github-actions Bot added automation documentation Improvements or additions to documentation spellcheck labels May 9, 2026
@pelikhan pelikhan merged commit 99c3aae into main May 9, 2026
@pelikhan pelikhan deleted the spellcheck/2026-05-09 branch May 9, 2026 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automation documentation Improvements or additions to documentation spellcheck

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant