Thanks to visit codestin.com
Credit goes to github.com

Skip to content

docs(docs/.style/style-guide): fix self-violating examples - #27849

Merged
nickvigilante merged 1 commit into
mainfrom
style-guide-internal-fixes
Aug 4, 2026
Merged

docs(docs/.style/style-guide): fix self-violating examples#27849
nickvigilante merged 1 commit into
mainfrom
style-guide-internal-fixes

Conversation

@nickvigilante

Copy link
Copy Markdown
Contributor

Two internal-consistency fixes in the prose style guide, found while auditing it against ASD-STE100 (Simplified Technical English).

The directional-language section in accessibility-and-inclusion.md used "See the [Latin abbreviations rule]" as a Do example and recommended "see the following section" in its replacements table. Both violate the navigational-"see" ban that word-choice.md applies to all docs, so the examples now use "refer to".

The one-sentence-per-line Do and Don't examples in formatting.md were byte-identical single source lines, so the Don't examples demonstrated no violation. Blockquotes re-join lines when rendered, which is why the broken examples went unnoticed. The examples are now fenced md blocks that show the actual source line breaks (clause breaks and fixed-column wrap).


🤖 Built with AI assistance.

Two internal-consistency fixes in the prose style guide:

- The directional-language section in accessibility-and-inclusion.md
  used "See the [Latin abbreviations rule]" as a Do example and
  recommended "see the following section" in its replacements table.
  Both violate the navigational-"see" ban that word-choice.md applies
  to all docs. Reword to "refer to".
- The one-sentence-per-line Do and Don't examples in formatting.md
  were byte-identical single source lines, so the Don't examples
  showed no violation. Blockquotes re-join lines when rendered, which
  hid the problem. Convert the examples to fenced md blocks that show
  the actual source line breaks.

Assisted-by: AI
@nickvigilante
nickvigilante merged commit 10b366c into main Aug 4, 2026
52 of 53 checks passed
@nickvigilante
nickvigilante deleted the style-guide-internal-fixes branch August 4, 2026 19:07
@github-actions github-actions Bot locked and limited conversation to collaborators Aug 4, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants