From 397e30e2bf0febea00f46f2070b803dcf9922eb3 Mon Sep 17 00:00:00 2001 From: Manoj Date: Tue, 15 Oct 2019 15:14:02 +0530 Subject: [PATCH] Docs: Add additional word usage rule (#19812) Resolves #19810 --- 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 4faf4efdf37..a881283d9d2 100644 --- a/contribute/style-guides/documentation-style-guide.md +++ b/contribute/style-guides/documentation-style-guide.md @@ -77,3 +77,4 @@ Grafana products has some words, abbreviations, and slang particular to this dis * "Open source" should be hyphenated when used as an adjective, e.g. *open-source software*. The open form should be preferred when used as a noun, e.g. *Grafana is open source*. * Use "data source" instead of "datasource" unless used as an identifier, in code, or as part of a URL. * Spell out "repository" and avoid the shorter "repo." +* Use "Unix" as the preferred spelling (as opposed to "UNIX", or "unix") when referring to the family of operating systems.