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