Skip to content

Commit 750f389

Browse files
authored
Merge pull request #35142 from dotnet/main
2 parents b1f7640 + e840473 commit 750f389

File tree

1 file changed

+1
-1
lines changed
  • aspnetcore/blazor/tutorials/movie-database-app

1 file changed

+1
-1
lines changed

aspnetcore/blazor/tutorials/movie-database-app/part-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ The `MainLayout` component adopts the following additional specifications:
205205
* An `<article>` element with the <xref:Microsoft.AspNetCore.Components.LayoutComponentBase.Body%2A> (`@Body`) parameter, where components that use the layout are rendered.
206206
* The error UI (`<div id="blazor-error-ui" ...>`), where a notice about an unhandled error is displayed.
207207

208-
The default layout (`MainLayout` component) is specified in the `Routes` component (`Components/Pages/Routes.razor`):
208+
The default layout (`MainLayout` component) is specified in the `Routes` component (`Components/Routes.razor`):
209209

210210
```razor
211211
<RouteView RouteData="routeData" DefaultLayout="typeof(Layout.MainLayout)" />

0 commit comments

Comments
 (0)