From f7ada5ce14f592b4edfab39f7750de1bd02d92ca Mon Sep 17 00:00:00 2001 From: Rinke Hoekstra Date: Wed, 25 Feb 2026 14:46:33 +0100 Subject: [PATCH] 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 --- docs/features/software-catalog/descriptor-format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-catalog/descriptor-format.md b/docs/features/software-catalog/descriptor-format.md index ac8baadad5..7fdb9056ab 100644 --- a/docs/features/software-catalog/descriptor-format.md +++ b/docs/features/software-catalog/descriptor-format.md @@ -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.