Skip to content

Commit

Permalink
Fix typo in category for backstage template
Browse files Browse the repository at this point in the history
  • Loading branch information
paprikati authored Jul 10, 2024
1 parent 7eaf45f commit 4fc3988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/backstage/pipelines/entries.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
name: 'Backstage System',
description: 'Collections of resources.',
type_name: 'Custom["BackstageSystem"]',
categories: ['product-features'],
categories: ['product-feature'],
source: {
filter: '$.apiVersion == "backstage.io/v1alpha1" && $.kind == "System"',
name: '$.metadata.name',
Expand Down

0 comments on commit 4fc3988

Please sign in to comment.