diff --git a/docs/backend-system/core-services/root-config.md b/docs/backend-system/core-services/root-config.md index 8505b9e7ec..505a9f90d1 100644 --- a/docs/backend-system/core-services/root-config.md +++ b/docs/backend-system/core-services/root-config.md @@ -44,7 +44,7 @@ There's additional configuration that you can optionally pass to setup the `conf You can configure these additional options by adding an override for the core service when calling `createBackend` like follows: ```ts -import { rootConfigServiceFactory } from '@backstage/backend-app-api'; +import { rootConfigServiceFactory } from '@backstage/backend-defaults/rootConfig'; const backend = createBackend();