Skip to content

Commit 936747f

Browse files
authored
Change of misspelling (#18433)
1 parent 1347de5 commit 936747f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/tutorials/razor-pages/validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The following code shows combining attributes on one line:
146146

147147
### Apply migrations
148148

149-
The DataAnnotations applied to the class change the schema. For example, the DataAnnotations applied to the `Title` field:
149+
The DataAnnotations applied to the class changes the schema. For example, the DataAnnotations applied to the `Title` field:
150150

151151
[!code-csharp[](razor-pages-start/sample/RazorPagesMovie30/Models/MovieDateRatingDA.cs?name=snippet11)]
152152

0 commit comments

Comments
 (0)