Skip to content

Commit

Permalink
Remove unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
josmperez committed Nov 16, 2023
1 parent 4e7c9b3 commit 5d402a4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/sources/write/style-guide/style-conventions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ However, the first is easier to review and edit and is less subject to the scree

## Text formatting

Follow a consistent approach to bold, italic, and other text formats.
It's a good idea to take a consistent approach to bold, italic, and other text formats.

### Bold

Expand All @@ -257,6 +257,4 @@ Use bold formatting, ** in Markdown, for UI elements. Don't use bold to draw att

Use italics formatting, _ in Markdown, to emphasize a specific word or phrase. This is particularly useful when defining a term for the first time.

**Recommended:** The Prometheus data model is arranged into _metrics_ that consist of a _timestamp_ and a _sample_.

**Not recommended:** The Prometheus data model is arranged into **metrics** that consist of a **timestamp** and a **sample**.
**Recommended:** The Prometheus data model is arranged into _metrics_ that consist of a _timestamp_ and a _sample_.

0 comments on commit 5d402a4

Please sign in to comment.