From 9487a419139fbbdb79302fff1e42ee2eb40c6260 Mon Sep 17 00:00:00 2001 From: Camila Belo Date: Fri, 12 Jan 2024 15:55:12 +0100 Subject: [PATCH] Update docs/frontend-system/architecture/07-routes.md Co-authored-by: Patrik Oldsberg Signed-off-by: Camila Belo --- docs/frontend-system/architecture/07-routes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/frontend-system/architecture/07-routes.md b/docs/frontend-system/architecture/07-routes.md index a07df23d70..c1fd424ae3 100644 --- a/docs/frontend-system/architecture/07-routes.md +++ b/docs/frontend-system/architecture/07-routes.md @@ -415,9 +415,9 @@ Using the above example of the Catalog entities list page to the Scaffolder crea app: routes: bindings: - # point to the Scaffolder create component page when the Catalog create component ref be used + # point to the Scaffolder create component page when the Catalog create component ref is used plugin.catalog.externalRoutes.createComponent: plugin.scaffolder.routes.index - # point to the Catalog details page when the Scaffolder component details ref be used + # point to the Catalog details page when the Scaffolder component details ref is used plugin.scaffolder.externalRoutes.componentDetails: plugin.catalog.routes.details ```