From ab4e129ca53b91aa89d0e2ced86d6f2ee02ded29 Mon Sep 17 00:00:00 2001 From: Jussi Hallila Date: Fri, 24 Sep 2021 13:56:42 +0200 Subject: [PATCH] Tweak comment. Signed-off-by: Jussi Hallila --- packages/core-app-api/src/app/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core-app-api/src/app/App.tsx b/packages/core-app-api/src/app/App.tsx index 21d79e6926..f5fec7e624 100644 --- a/packages/core-app-api/src/app/App.tsx +++ b/packages/core-app-api/src/app/App.tsx @@ -391,7 +391,7 @@ export class PrivateAppImpl implements BackstageApp { private getApiHolder(): ApiHolder { if (this.apiHolder) { // Register additional plugins if they have been added. - // Routes and other config options are updated above when children change + // Routes paths, objects and others are already updated in the provider when children of it change for (const plugin of this.plugins) { for (const factory of plugin.getApis()) { if (!this.apiFactoryRegistry.get(factory.api)) {