From 93860de64f7fa9a92b5c308ee0171d3111018331 Mon Sep 17 00:00:00 2001 From: GitHubPang <61439577+GitHubPang@users.noreply.github.com> Date: Wed, 1 Dec 2021 08:36:23 +0800 Subject: [PATCH] Fix missing code highlight "highlight" was misspelt. --- aspnetcore/razor-pages/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/razor-pages/index.md b/aspnetcore/razor-pages/index.md index 5c04d89a9c..b7dcb2dbdc 100644 --- a/aspnetcore/razor-pages/index.md +++ b/aspnetcore/razor-pages/index.md @@ -356,7 +356,7 @@ Let's declutter this page by taking advantage of some of those capabilities. Add a [layout page](xref:mvc/views/layout) to *Pages/Shared/_Layout.cshtml*: -[!code-cshtml[](index/3.0sample/RazorPagesContacts/Pages/Shared/_Layout2.cshtml?hightlight=12)] +[!code-cshtml[](index/3.0sample/RazorPagesContacts/Pages/Shared/_Layout2.cshtml?highlight=12)] The [Layout](xref:mvc/views/layout): @@ -961,7 +961,7 @@ Let's declutter this page by taking advantage of some of those capabilities. Add a [layout page](xref:mvc/views/layout) to *Pages/Shared/_Layout.cshtml*: -[!code-cshtml[](index/3.0sample/RazorPagesContacts/Pages/Shared/_Layout2.cshtml?hightlight=12)] +[!code-cshtml[](index/3.0sample/RazorPagesContacts/Pages/Shared/_Layout2.cshtml?highlight=12)] The [Layout](xref:mvc/views/layout):