diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-3.md b/aspnetcore/blazor/tutorials/movie-database-app/part-3.md index 1fdb002bb1d8..8c49446da3c6 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-3.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-3.md @@ -205,7 +205,7 @@ The `MainLayout` component adopts the following additional specifications: * An `
` element with the (`@Body`) parameter, where components that use the layout are rendered. * The error UI (`
`), where a notice about an unhandled error is displayed. -The default layout (`MainLayout` component) is specified in the `Routes` component (`Components/Pages/Routes.razor`): +The default layout (`MainLayout` component) is specified in the `Routes` component (`Components/Routes.razor`): ```razor