From 97a5f250338a04949c2f6f6358baf44f2a570e11 Mon Sep 17 00:00:00 2001 From: Ben McCallum Date: Thu, 30 May 2019 16:28:51 +0200 Subject: [PATCH] Fix typo (#12595) --- aspnetcore/mvc/views/view-compilation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/mvc/views/view-compilation.md b/aspnetcore/mvc/views/view-compilation.md index aa6081264e..c17b6e0558 100644 --- a/aspnetcore/mvc/views/view-compilation.md +++ b/aspnetcore/mvc/views/view-compilation.md @@ -5,7 +5,7 @@ description: Learn how compilation of Razor files occurs in an ASP.NET Core app. monikerRange: '>= aspnetcore-1.1' ms.author: riande ms.custom: mvc -ms.date: 03/02/2019 +ms.date: 05/30/2019 uid: mvc/views/view-compilation --- # Razor file compilation in ASP.NET Core @@ -39,7 +39,7 @@ Razor files are compiled at both build and publish time using the [Razor SDK](xr ## Razor compilation ::: moniker range=">= aspnetcore-3.0" -Build- and publish-time compilation of Razor files is enabled by default by the Razor SDK. When enabled, runtime compilation, will complement build time compilation allowing Razor files to be updated if they are editied. +Build- and publish-time compilation of Razor files is enabled by default by the Razor SDK. When enabled, runtime compilation complements build-time compilation, allowing Razor files to be updated if they are edited. ::: moniker-end