[docs] docs: fix "Meeth" typo in blog nav label#31148
Merged
Merged
Conversation
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>
pelikhan
approved these changes
May 9, 2026
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.
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— theprevnav label saidMeeth the Workflows: Continuous Documentation. The rest of the 18-post series usesMeet the Workflows, so this is a clear typo and matches the title of the linked page.Why other findings were not fixed
cloclo,Sentrux,Mergefest,Unbloater,Semgrep,zizmor,poutine,tavily,markitdown,opencode,Ollama,Termux,Diátaxis,Lipgloss— preserve technical terms and product 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".GHES,GHEC,BYOK,DIFC,SARIF,WCAG,RLHF,HMAC,SUTVA,CPAN,MCPG,PVTF,PRRT.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.audti(gh aw compile audti-workflows→ "Did you mean: audit-workflows?"),permisionsandengnie(typo-detection examples indocs/troubleshooting/errors.md),mondey(Did-you-mean weekday example indocs/reference/fuzzy-schedule-specification.md).bbbca2...(truncatedactions/upload-artifact@bbbca2...SHA in a workflow-structure example).behaviour,customise,parameterise,normalises,unrecognised,unrecognisableappear indocs/reference/frontmatter-full.mdand a few specs.frontmatter-full.mdis regenerated from JSON Schema descriptions inpkg/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.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
prevlink in the issue-management blog still resolves to2026-01-13-meet-the-workflows-documentationand the label now readsMeet the Workflows: Continuous Documentationconsistent with the rest of the series.Meethremoved.