docs(contribute): correct format issue in doc-style-guide.md

Signed-off-by: Thomas Cardonne <thomas.cardonne@adevinta.com>
This commit is contained in:
Thomas Cardonne
2026-04-28 22:03:45 +02:00
parent 151eb3f8ff
commit a3a7a9d001
+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. |