[docs-agent] Weekly style audit fixes 2026-09-02 - #1598
Open
alchemy-bot wants to merge 1 commit into
Open
Conversation
Fix ERROR-level style violations found in this week's merged content PRs. * simulation-faqs.mdx: ERC721 -> ERC-721 (x3), ERC155 -> ERC-1155 * custom-webhook-filters.mdx: on-chain -> onchain (x2) Only ERROR-level terminology repeats in the same file were addressed; warning-level issues were noted separately and left for author judgment.
🔗 Preview Mode
|
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 audit fixes for ERROR-level style violations found in PRs merged this week (2026-08-26 through 2026-09-02).
Files fixed
content/api-reference/alchemy-transact/transaction-simulation/simulation-faqs.mdxERC721→ERC-721(3 occurrences: 2 headings + 1 prose reference, from PR [docs-agent] Update simulation FAQs to list PAYG cap (75,000/day) and remove Growth/Scale tiers #1577)ERC155→ERC-1155(typo — the standard number is 1155, and STYLE_RULES.md prefers the hyphenated form)content/api-reference/data/webhooks/custom-webhooks-quickstart/custom-webhook-filters.mdxon-chain→onchain(2 occurrences in prose, from PR [docs-agent] Remove BETA label from Internal Transaction (Debug trace calls) Filters #1570)Both files repeated the same preferred-form miss multiple times in the same file, which meets the ERROR threshold per the weekly audit playbook. STYLE_RULES.md preferred forms:
onchain(noton-chain),ERC-721(notERC721), andERC-1155follows the same hyphenated pattern.Scope
Only ERROR-level terminology repeats within a single file. Warning-level and style-preference issues (single-instance
on-chainin one changelog line,// initiate websocket streamcode comments across sibling subscription pages, fillersimplysingletons, one image-altAPI Key, and oneherelink) were noted but skipped per the audit playbook — they stay for author judgment.Trigger
Cron-triggered weekly style audit; no Slack originator, no Linear ticket. No
Requested-by:trailer is emitted (missing-attribution path is correct here per the no-self-approval workflow).