docs: fix typos, broken code fences, and metadata errors (daily scan 2026-07-15)#365
Closed
claude[bot] wants to merge 1 commit into
Closed
docs: fix typos, broken code fences, and metadata errors (daily scan 2026-07-15)#365claude[bot] wants to merge 1 commit into
claude[bot] wants to merge 1 commit into
Conversation
Daily automated docs-quality scan across all docs/blog/devlog/authors subsections. Fixes: grammar/typos in prose, unlabeled code fences, a wrong cross-reference link, a mismatched frontmatter description, a duplicated list number, and missing/malformed author frontmatter. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
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.
Requested by Archie McKenzie · Slack thread
Summary
Daily automated docs-quality scan across every subsection of
docs/en-US/, plusblog/en-US/,devlog/en-US/, andauthors/. 17 files touched, all conservative, high-confidence fixes — no prose rewrites, no code-semantics changes.Before / After (grouped by subsection)
docs/en-US/corequickstart.mdx: garbled sentence "later check the enqueue the file" → "later enqueue the file"docs/en-US/key-conceptsdynamic-content.mdx: inconsistent abbreviation "ie" → "i.e." (matches the correct usage one sentence later)docs/en-US/locadexauto-merge.mdx: misplaced closing quote in image alt text —"Locadex Agent selected"→"Locadex Agent" selecteddocs/en-US/nextapi/components/tx.mdxandapi/strings/tx.mdx: dangling duplicate predicate ("...to load is significantly slower") → "...to load, which is significantly slower"; both also had agetGTlink pointing at theuseGTreference page instead ofgetGT's own page — fixedapi/config/with-gt-config.mdx: "vercel" → "Vercel" (brand capitalization)api/strings/get-messages.mdx: "Translations strings" → "Translation strings"guides/migration.mdx: duplicated list number (1, 2, 2) → (1, 2, 3)docs/en-US/react-core-linterrules/static-string.mdx: "Registration functions" → "Translation functions" (matches the rule's actual subject and every other reference in the file)docs/en-US/react-nativeconcepts/stand-alone.mdx: frontmatterdescriptionsaid "gt-react" instead of "gt-react-native" (copy-paste leftover from the shared template)blog/en-USgt-next.mdx: unlabeled code fence →```bashplurals.mdx: 4 unlabeled code fences →```text; pronoun agreement fix ("check their docs" → "check its docs", referring to a singular library)devlog/en-USgt-next_v6_3_0.mdx,gt-react_v10_18_0.mdx: unlabeled code fences →```textgt-next_v6_10_0.mdx: pronoun agreement fix ("if they are to update" → "if it is to update")authors/archie.mdx: malformedtwitterURL had a trailing/photosegment — removedjackie.mdx: missing requiredoccupationfrontmatter field — addedSoftware Engineer, taken directly from the existing bio textNot fixed (flagged for follow-up, needs human/build-system judgment — not included in this PR)
docs/en-US/next: ~33 of 79 files (42%) are blank auto-generation stubs with fully-written source templates underdocs-templates/that were apparently never synced — the highest-impact finding this run, but fixing it means re-running the doc-generation pipeline, not editing prose.import Video from '@/components/Video'statements in MDX bodies (core/index.mdx,react-core-linter/index.mdx+guides/quickstart.mdx,blog/i18n-without-translation-files.mdx, 3 devlog files) — these are CI hard-fails per CONTRIBUTING.md, but the fix requires a build-system decision (e.g. registeringVideoas a global MDX component) rather than a one-line content edit.docs/en-US/api/**: 6 pages missing frontmatterdescription— root cause traces to missingdescriptionfields in the sharedopenapi.yamlused to generate these pages, not the.mdxfiles themselves.core/locales.mdx,next/tutorials/examples/currency-converter/setup.mdx) that need an author to supply the missing text.How
Files touched:
authors/archie.mdx,authors/jackie.mdx,blog/en-US/gt-next.mdx,blog/en-US/plurals.mdx,devlog/en-US/gt-next_v6_10_0.mdx,devlog/en-US/gt-next_v6_3_0.mdx,devlog/en-US/gt-react_v10_18_0.mdx,docs/en-US/core/quickstart.mdx,docs/en-US/key-concepts/dynamic-content.mdx,docs/en-US/locadex/auto-merge.mdx,docs/en-US/next/api/components/tx.mdx,docs/en-US/next/api/config/with-gt-config.mdx,docs/en-US/next/api/strings/get-messages.mdx,docs/en-US/next/api/strings/tx.mdx,docs/en-US/next/guides/migration.mdx,docs/en-US/react-core-linter/rules/static-string.mdx,docs/en-US/react-native/concepts/stand-alone.mdx.Generated by Claude Code