diff --git a/docs/frontend-system/architecture/07-routes.md b/docs/frontend-system/architecture/07-routes.md index 8a33fb0f15..c8db088ed6 100644 --- a/docs/frontend-system/architecture/07-routes.md +++ b/docs/frontend-system/architecture/07-routes.md @@ -72,7 +72,7 @@ import { createPlugin, createPageExtension } from '@backstage/frontend-plugin-ap import { rootRouteRef } from './routes'; const rootPage = createPageExtension({ // [2] - // Ommiting name since it is the root page + // The `name` option is omitted since this is the root page defaultPath: '/' routeRef: rootRouteRef, loader: async () => Root Page