Change of misspelling (#18433)

pull/18441/head
ABHISHEK MAURYA 2020-05-22 21:00:41 +05:30 committed by GitHub
parent 1347de5858
commit 936747f470
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)]