docs: daily scan fixes (2026-06-29)#332
Closed
claude[bot] wants to merge 1 commit into
Closed
Conversation
Fixes across 11 subsections, all high-confidence and rule-compliant: - next: fix duplicate list numbering in migration.mdx; correct wrong function name withGTProps→withGTConfig; fix two broken getGT links pointing to use-gt instead of get-gt; fix garbled sentences in tx.mdx and components/tx.mdx; remove dangling empty API References bullet in local-tx.mdx; remove trailing comma in JSON example in with-gt-config.mdx - core: fix garbled prose "check the enqueue" in quickstart.mdx; add missing article "the" in requires-translation.mdx - node: fix msg() link href in guides/strings.mdx; fix "fallback" used as verb in msg.mdx; fix "Translations strings" grammar error - python: correct $context→_context in heading and prose of strings.mdx - cli: fix malformed table rows missing closing pipe in stage.mdx - react-native: remove self-referencing "Learn more here" link in gtprovider.mdx - authors: add missing required occupation field to jackie.mdx and default.mdx - blog: add missing language identifier to two code fences in gt-next.mdx Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01F9DyBBRLP5NkBQL6qfnvy4
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
Before / After Summary
next (6 fixes)
2.(duplicate) → corrected to3.withGTProps(wrong function name) → corrected towithGTConfig; removed trailing comma in JSON config example (invalid JSON)getGTlinks pointing to/docs/next/api/strings/use-gt→/docs/next/api/strings/get-gt- API References:bullet with no sub-items → removedcore (2 fixes)
node (3 fixes)
msg()link pointed to/docs/node/api/get-messages(wrong page) →/docs/node/api/strings/msgmsg" → "Translating strings withmsg"python (2 fixes)
$context→ corrected to_context(actual parameter name pert()API reference)cli (1 fix)
|on all four data rows → addedreact-native (1 fix)
authors (2 fixes)
occupationfrontmatter field → addedblog (2 fixes)
``` copyand```.env copy) → changed to```bash copyHow
15 files changed. All changes are prose/frontmatter/markdown fixes — no code semantics altered, no docs-templates/ touched.
Skipped (flagged but not fixed — require human decision):
import Videostatements in several existing MDX files (core/index.mdx, blog/devlog,react-core-linter/) — these are actively used for video rendering; removing would break pages. Recommend registeringVideoas a global MDX component.core/locales.mdxline 45 — sentence "However, the platform will only translate" is truncated; correct completion unknown.docs/en-US/api/— auto-generated by Fumadocs ("do not edit directly").