diff --git a/docs/frontend-system/building-apps/01-index.md b/docs/frontend-system/building-apps/01-index.md index 5dd0cd6310..20b7435524 100644 --- a/docs/frontend-system/building-apps/01-index.md +++ b/docs/frontend-system/building-apps/01-index.md @@ -39,7 +39,7 @@ import '@backstage/ui/css/styles.css'; // Create your app instance const app = createApp({ // Custom features such as plugins can be installed explicitly, but they are usually - // auto-discovered, unless `app.packages` app-config is customized. + // auto-discovered, unless `app.packages` is customized in `app-config.yaml`. features: [], });