From 2ac9fad603ca6d727c9900bfa7b69a61fa37790c Mon Sep 17 00:00:00 2001 From: Manish Yadav Date: Tue, 8 Oct 2019 12:00:41 -0400 Subject: [PATCH] Docs: Add correct casing for API and ID to style guide (#19625) --- contribute/style-guides/documentation-style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contribute/style-guides/documentation-style-guide.md b/contribute/style-guides/documentation-style-guide.md index daccdb741a1..d9833136afd 100644 --- a/contribute/style-guides/documentation-style-guide.md +++ b/contribute/style-guides/documentation-style-guide.md @@ -56,7 +56,7 @@ For all items not covered in this guide, refer to the [Microsoft Style Guide](ht * Grafana, Loki, and Prometheus are always capitalized unless part of a code block. * Git is always capitalized, unless part of a code block. -* Abbreviations are always capitalized (such as JSON, SQL, HTTP, or URL) unless they are part of a code block. +* Abbreviations are always capitalized (such as API, HTTP, ID, JSON, SQL, or URL) unless they are part of a code block. ### Links and references