From 46646a20af5fc6a9b8762470b1cfbb38139e8c69 Mon Sep 17 00:00:00 2001 From: Florian JUDITH Date: Mon, 28 Oct 2024 19:08:10 -0400 Subject: [PATCH] Revert "Fixed typo in EntityPage configuration" This reverts commit f6da47fff9b2f9035837b6f7b0347f274f305f98. --- backstage-plugins/plugins/aws-apps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backstage-plugins/plugins/aws-apps/README.md b/backstage-plugins/plugins/aws-apps/README.md index adb4e428..3ffcac33 100644 --- a/backstage-plugins/plugins/aws-apps/README.md +++ b/backstage-plugins/plugins/aws-apps/README.md @@ -106,7 +106,7 @@ const componentPage = ( // Add support for aws resource, environment and environment provider specific entity pages // to the entityPage variable -const entityPage = ( +const resourceEntityPage = ( ...