diff --git a/docs/frontend-system/architecture/07-routes.md b/docs/frontend-system/architecture/07-routes.md index c8db088ed6..fca9f35704 100644 --- a/docs/frontend-system/architecture/07-routes.md +++ b/docs/frontend-system/architecture/07-routes.md @@ -75,7 +75,7 @@ const rootPage = createPageExtension({ // [2] // The `name` option is omitted since this is the root page defaultPath: '/' routeRef: rootRouteRef, - loader: async () => Root Page + loader: async () =>
Root Page
}); export default const createPlugin({ // [3]