diff --git a/aspnetcore/mvc/views/razor.md b/aspnetcore/mvc/views/razor.md index 335bb4860a..95d881f1d4 100644 --- a/aspnetcore/mvc/views/razor.md +++ b/aspnetcore/mvc/views/razor.md @@ -596,7 +596,7 @@ The `@inject` directive enables the Razor Page to inject a service from the [ser *This scenario only applies to Razor components (.razor).* -The `@layout` directive specifies a layout for a Razor component. Layout components are used to avoid code duplication and inconsistency. For more information, see . +The `@layout` directive specifies a layout for routable Razor components that have an [`@page`](#page) directive. Layout components are used to avoid code duplication and inconsistency. For more information, see . ::: moniker-end