From a7859cf2dc5e00d0a42babc2b38bb086f022d577 Mon Sep 17 00:00:00 2001 From: Peter Macdonald Date: Thu, 2 Apr 2026 10:46:47 +0200 Subject: [PATCH] phrasing Signed-off-by: Peter Macdonald --- .../skills/plugin-full-frontend-system-migration/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.well-known/skills/plugin-full-frontend-system-migration/SKILL.md b/docs/.well-known/skills/plugin-full-frontend-system-migration/SKILL.md index ac2f463204..cdfef3812c 100644 --- a/docs/.well-known/skills/plugin-full-frontend-system-migration/SKILL.md +++ b/docs/.well-known/skills/plugin-full-frontend-system-migration/SKILL.md @@ -272,7 +272,7 @@ export const myPage = PageBlueprint.make({ ## Step 5: Replace Internal Routing with Sub-Pages -This is one of the biggest changes in a full migration. Old plugins often use React Router `` trees inside a router component to handle internal navigation. Before migrating, determine which routing pattern fits the plugin. +Old frontend plugins often use React Router `` trees inside a router component to handle internal navigation. Before migrating, determine which routing pattern fits the plugin. ### Decide Which Routing Pattern to Use