From 5d402a47c9971757878d99e6b06dc12bd78139b2 Mon Sep 17 00:00:00 2001 From: Joe Perez Date: Thu, 16 Nov 2023 14:39:04 -0800 Subject: [PATCH] Remove unneeded line --- docs/sources/write/style-guide/style-conventions/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/sources/write/style-guide/style-conventions/index.md b/docs/sources/write/style-guide/style-conventions/index.md index 91aacd8e2..399aa4bd4 100644 --- a/docs/sources/write/style-guide/style-conventions/index.md +++ b/docs/sources/write/style-guide/style-conventions/index.md @@ -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 @@ -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**. \ No newline at end of file +**Recommended:** The Prometheus data model is arranged into _metrics_ that consist of a _timestamp_ and a _sample_. \ No newline at end of file