Skip to content
Snippets Groups Projects
Unverified Commit c42f02f2 authored by HonkingGoose's avatar HonkingGoose Committed by GitHub
Browse files

docs(style guide): one sentence per line, no punctuation at end of list item (#23660)

parent 6520967a
No related branches found
No related tags found
No related merge requests found
...@@ -10,6 +10,26 @@ This document describes the correct style for user-facing text in the: ...@@ -10,6 +10,26 @@ This document describes the correct style for user-facing text in the:
Set your spell checker to the correct language. Set your spell checker to the correct language.
## One sentence per line
In Markdown files, use one sentence per line.
Like this:
```markdown
First sentence on one line.
Second sentence on a new line.
And so on.
```
## Avoid punctuation at the end of list items
In Markdown files, avoid punctuation at the end of a list item.
Like this:
```markdown
- List item, no punctuation at the end
```
## Use plain language ## Use plain language
Follow the [Plain language guidelines](https://www.plainlanguage.gov/guidelines/). Follow the [Plain language guidelines](https://www.plainlanguage.gov/guidelines/).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment