From 4bf8a828d1b4db4683ce39354c85fb2383c09ee1 Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Thu, 3 Dec 2020 10:42:12 -0800 Subject: [PATCH] Update documentation-style-guide.md (#29586) --- contribute/style-guides/documentation-style-guide.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/contribute/style-guides/documentation-style-guide.md b/contribute/style-guides/documentation-style-guide.md index 7bd5b4d0af0..bb21b47485a 100644 --- a/contribute/style-guides/documentation-style-guide.md +++ b/contribute/style-guides/documentation-style-guide.md @@ -132,9 +132,12 @@ Git is always capitalized, unless part of a code block. GitHub is the correct sp In general, "integration" is not capitalized. Only capitalize it if it is capitalized in the UI or part of a proper noun, like the name of a specific integration. +The first letter of the name of an integration is always capitalized, even if the original named source is lowercase. + **Examples:** - MySQL Integration - CockroachDB Integration +- Etcd Integration - I installed an integration on my local Grafana. ### Links and references