Add a comma for better readability (#4181)

pull/4209/head
Bader Nasser Al-Hashmi 2017-09-05 18:32:26 +04:00 committed by Scott Addie
parent b9c0471606
commit 3f2a123d35
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ Replace the code in *Views/Departments/Index.cshtml* with the following code.
[!code-html[Main](intro/samples/cu/Views/Departments/Index.cshtml?highlight=4,7,44)]
This changes the heading to "Departments" deletes the RowVersion column, and shows full name instead of first name for the administrator.
This changes the heading to "Departments", deletes the RowVersion column, and shows full name instead of first name for the administrator.
## Update the Edit methods in the Departments controller