We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1347de5 commit 936747fCopy full SHA for 936747f
1 file changed
aspnetcore/tutorials/razor-pages/validation.md
@@ -146,7 +146,7 @@ The following code shows combining attributes on one line:
146
147
### Apply migrations
148
149
-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:
150
151
[!code-csharp[](razor-pages-start/sample/RazorPagesMovie30/Models/MovieDateRatingDA.cs?name=snippet11)]
152
0 commit comments