Docs: Add correct casing for API and ID to style guide (#19625)

This commit is contained in:
Manish Yadav 2019-10-08 12:00:41 -04:00 committed by Marcus Olsson
parent 606392b4c6
commit 2ac9fad603

View File

@ -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