docs: w25 prose fixes (release/3.5) — casing, EL acronym, polygon flag typo - #21890
Merged
Conversation
…g typo Weekly maintenance prose pass, ported from release/3.4 (#21840): - docker-compose: "erigon" -> "Erigon" (mid-sentence proper noun) - tls-authentication, installation: "RPC daemon" -> "RPC Daemon" (prose form of module name) - how-to-run-a-polygon-node: fix mashed --bor.heimdall URL ("polygon.technologyspecifies") - ethereum-with-an-external-cl: expand "EL" -> "Execution Layer (EL)" on first use Regenerated llms-full.txt bundles (generate-llms.py --check: OK). Note: the release/3.4 "leaked editorial note" removal does not apply here — that text is already absent on release/3.5 (configuring-erigon was restructured).
Contributor
There was a problem hiding this comment.
Pull request overview
Weekly docs prose maintenance for the release/3.5 branch, aligning terminology/casing and correcting a Polygon Heimdall URL typo, with regenerated llms-full.txt bundles to reflect the updated docs output.
Changes:
- Normalize module/proper-noun casing in prose (e.g., “RPC Daemon”, “Erigon”).
- Fix the Polygon Heimdall endpoint typo in the Polygon node guide.
- Expand “EL” to “Execution Layer (EL)” on first use, and regenerate
llms-full.txtbundles.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| llms-full.txt | Regenerated combined docs bundle reflecting updated prose and fixed Polygon URL. |
| docs/site/static/llms-full.txt | Regenerated docs-site static bundle to match updated docs content. |
| docs/site/docs/get-started/installation/index.mdx | Update “RPC daemon” → “RPC Daemon” in WSL configuration prose. |
| docs/site/docs/get-started/easy-nodes/how-to-run-an-ethereum-node/ethereum-with-an-external-cl.mdx | Expand EL acronym to “Execution Layer (EL)” on first mention. |
| docs/site/docs/get-started/easy-nodes/how-to-run-a-polygon-node.md | Fix mashed Polygon Heimdall URL in flag explanation. |
| docs/site/docs/fundamentals/tls-authentication.md | Update “RPC daemon” → “RPC Daemon” in key generation instructions. |
| docs/site/docs/fundamentals/docker-compose.md | Update mid-sentence proper noun casing (“erigon” → “Erigon”). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…le casing - how-to-run-a-polygon-node: 'Amoy tesnet' -> 'Amoy testnet' - docker-compose: 'makefile' -> 'Makefile' (actual repo filename, case-sensitive) Regenerated llms-full.txt bundles (generate-llms.py --check: OK).
AskAlexSharov
approved these changes
Jun 19, 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.
Weekly maintenance prose pass for release/3.5, ported from the release/3.4 pass in #21840.
Changes
erigon→Erigon(mid-sentence proper noun)RPC daemon→RPC Daemon(prose form of the module name)RPC daemon→RPC Daemon--bor.heimdallURL (polygon.technologyspecifies→polygon.technology)EL→Execution Layer (EL)on first useRegenerated
llms-full.txtbundles;generate-llms.py --checkprints OK.Notes
configuring-erigon) does not apply here — that text is already absent on release/3.5 (the page was restructured fromconfiguring-erigon/index.mdxtoconfiguring-erigon.mdx).pnpm buildgreen (no broken links / MDX errors), editorial-artifact scan clean, llms--checkOK.docs/site/content (plus the generated rootllms-full.txtbundle) is touched.