Fix capitalization in resource description

Corrected capitalization of 'A Resource' at the beginning of the sentence (as it is a proper noun)

Signed-off-by: Rinke Hoekstra <RinkeHoekstra@users.noreply.github.com>
This commit is contained in:
Rinke Hoekstra
2026-02-25 14:46:33 +01:00
committed by GitHub
parent a92ae1eb42
commit f7ada5ce14
@@ -1121,7 +1121,7 @@ Describes the following entity kind:
| `apiVersion` | `backstage.io/v1alpha1` |
| `kind` | `Resource` |
A resource describes the infrastructure a system needs to operate, like BigTable
A Resource describes the infrastructure a system needs to operate, like BigTable
databases, Pub/Sub topics, S3 buckets or CDNs. Modelling them together with
components and systems allows to visualize resource footprint, and create
tooling around them.