From 5cc65df32b347f2c7099ef0843f1c6385a5518c9 Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Thu, 30 Jul 2020 11:31:49 -0700 Subject: [PATCH] Update documentation-style-guide.md (#26706) --- contribute/style-guides/documentation-style-guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contribute/style-guides/documentation-style-guide.md b/contribute/style-guides/documentation-style-guide.md index 1065cb71a07..6a5b71b86af 100644 --- a/contribute/style-guides/documentation-style-guide.md +++ b/contribute/style-guides/documentation-style-guide.md @@ -60,6 +60,7 @@ The following sections provide general guidelines on topics specific to Grafana * Do not use an ampersand (&) as an abbreviation for "and." - **Exceptions:** If an ampersand is used in the Grafana UI, then match the UI. * Avoid using internal slang and jargon in technical documentation. +* Do not use two spaces after a period. Only add one space after each sentence. Do not add a space at the end of the paragraph. ### File naming conventions