diff --git a/docs/frontend-system/architecture/07-routes.md b/docs/frontend-system/architecture/07-routes.md index 15bfe615ac..2f8d3a5b7a 100644 --- a/docs/frontend-system/architecture/07-routes.md +++ b/docs/frontend-system/architecture/07-routes.md @@ -421,7 +421,7 @@ app: plugin.scaffolder.externalRoutes.componentDetails: plugin.catalog.routes.details ``` -Or via code, in the file where the app is created: +We also have the ability to express this in code as an option to `createApp`, but you of course only need to use one of these two methods: ```tsx // packages/app/src/App.tsx