From cbd9b98805296b048aebe43811b829ccab53ca22 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 8 Apr 2025 18:39:29 +0200 Subject: [PATCH] Update docs/frontend-system/building-plugins/05-migrating.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Signed-off-by: Patrik Oldsberg --- docs/frontend-system/building-plugins/05-migrating.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/frontend-system/building-plugins/05-migrating.md b/docs/frontend-system/building-plugins/05-migrating.md index 169fcacafc..442fc1d5c6 100644 --- a/docs/frontend-system/building-plugins/05-migrating.md +++ b/docs/frontend-system/building-plugins/05-migrating.md @@ -120,7 +120,7 @@ const fooPage = PageBlueprint.make({ // This is the path that was previously defined in the app code. // It's labelled as the default one because it can be changed via configuration. defaultPath: '/foo', - // You can reuse the existing routeRef by wrapping into the convertLegacyRouteRef. + // You can reuse the existing routeRef by wrapping it with convertLegacyRouteRef. routeRef: convertLegacyRouteRef(rootRouteRef), // these inputs usually match the props required by the component. loader: () =>