Merge pull request #34094 from leboncoin/docs-style-guide-format-issue

docs(contribute): correct format issue in doc-style-guide.md
This commit is contained in:
Andre Wanlin
2026-05-08 14:02:28 -05:00
committed by GitHub
+2 -2
View File
@@ -361,7 +361,7 @@ A list of Backstage-specific terms and words to be used consistently across
the site.
| Term | Usage |
| :----------------- | :------------------------------------------------------------------------------------------------------------------------------------- | --- |
| :----------------- | :------------------------------------------------------------------------------------------------------------------------------------- |
| Backstage | Always capitalized. |
| plugin | Lowercase when referring to the concept. Use code style when referring to a specific package, for example `@backstage/plugin-catalog`. |
| Software Catalog | Capitalized as a product name. Use "catalog" (lowercase) when referring to the concept generically. |
@@ -370,4 +370,4 @@ the site.
| Scaffolder | Capitalized as a product name. |
| app-config | Use code style: `app-config.yaml`. |
| open source | Two words, lowercase (unless starting a sentence). |
| backend system | Lowercase when referring to the Backstage backend framework. | |
| backend system | Lowercase when referring to the Backstage backend framework. |