Guides/MVC-Integration/Phase-II-Draft.md
... ...
@@ -12,7 +12,7 @@ Get the ConnectionString
12 12
13 13
### Step 2. Delete unnecessary Login Model files.
14 14
15
-The sample MVC app used in the guide already contains its own user login model, since we will add a simpler user login model, in order to avoid any unnecessary conflict, delete existing user login files, Controller, Model, and View.
15
+The sample MVC app used in the guide already contains its own login model, since we will add a simpler user login model, in order to avoid any unnecessary conflict, delete existing user login files, Controller, Model, and View.
16 16
17 17
Delete UserController.cs, UserModels.cs, and the whole User folder under Views as below
18 18