docs: fix code fences, prose typos, and list numbering (daily scan 2026-06-27)#330
Closed
claude[bot] wants to merge 1 commit into
Closed
docs: fix code fences, prose typos, and list numbering (daily scan 2026-06-27)#330claude[bot] wants to merge 1 commit into
claude[bot] wants to merge 1 commit into
Conversation
Daily automated scan for 2026-06-27. Fixes:
- Add missing language identifiers to bare code fences (bash, text) in
blog/gt-next.mdx, blog/multilingual-nextjs-seo.mdx, blog/plurals.mdx
- Fix mismatched 4-backtick closing fences in docs/next/guides/cache-components.mdx
- Fix "Translations strings" typo → "Translating strings" in get-gt.mdx and get-messages.mdx
- Fix duplicate "the" in devlog/gt-next_v6_10_0.mdx ("from the reading" → "from reading")
- Fix duplicate list item number (second "2." → "3.") in docs/next/guides/migration.mdx
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y3tNts4oaWi1p1Lyn7aUHJ
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
Automated daily documentation quality scan for 2026-06-27. 13 high-confidence fixes across 8 files.
Before / After
Blog
blog/en-US/gt-next.mdx``` copy→```bash copy(missing language identifier)blog/en-US/multilingual-nextjs-seo.mdx```→```text(URL examples block, missing language identifier)```→```text(directory tree block, missing language identifier)blog/en-US/plurals.mdx```→```text(four example-output blocks, missing language identifiers)Devlog
devlog/en-US/gt-next_v6_10_0.mdx"from the reading the URL path"→"from reading the URL path"(duplicate "the")Docs — next/guides
docs/en-US/next/guides/cache-components.mdxdocs/en-US/next/guides/migration.mdx2.→3.(duplicate numbering in a 3-option list)Docs — next/api/strings
docs/en-US/next/api/strings/get-gt.mdx"Translations strings with getGT"→"Translating strings with getGT"(grammar)docs/en-US/next/api/strings/get-messages.mdx"Translations strings with getMessages"→"Translating strings with getMessages"(grammar)How
Scanned every
.mdxfile in the repo with parallel subagents (one per subsection), verified findings by direct file reads, and applied only high-confidence fixes: