637e0a25126f4331840d63cb46a2c0534aa39702
Guides/MVC-Integration/Phase-II-Draft.md
| ... | ... | @@ -10,7 +10,7 @@ Phase II Integration is a continuation to the last step of Phase I integration. |
| 10 | 10 | |
| 11 | 11 | Get the ConnectionString |
| 12 | 12 | |
| 13 | -### Step 2. Delete unnecessary Login User Model files. |
|
| 13 | +### Step 2. Delete unnecessary Login Model files. |
|
| 14 | 14 | |
| 15 | 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. |
| 16 | 16 |