From 936747f470c96cbaace68c4d9355480be8ac1ffa Mon Sep 17 00:00:00 2001 From: ABHISHEK MAURYA Date: Fri, 22 May 2020 21:00:41 +0530 Subject: [PATCH] Change of misspelling (#18433) --- aspnetcore/tutorials/razor-pages/validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/tutorials/razor-pages/validation.md b/aspnetcore/tutorials/razor-pages/validation.md index b60205b0b9..f9d050fc17 100644 --- a/aspnetcore/tutorials/razor-pages/validation.md +++ b/aspnetcore/tutorials/razor-pages/validation.md @@ -146,7 +146,7 @@ The following code shows combining attributes on one line: ### Apply migrations -The DataAnnotations applied to the class change the schema. For example, the DataAnnotations applied to the `Title` field: +The DataAnnotations applied to the class changes the schema. For example, the DataAnnotations applied to the `Title` field: [!code-csharp[](razor-pages-start/sample/RazorPagesMovie30/Models/MovieDateRatingDA.cs?name=snippet11)]