From 7f38e3a6fb6ce3b80a912d2ef7a66bbd74298666 Mon Sep 17 00:00:00 2001 From: John Barrett <40014477+274188A@users.noreply.github.com> Date: Mon, 1 Oct 2018 12:57:10 +0800 Subject: [PATCH] Corrected grammar --- docs/Getting-Started-AspNetCore-MVC-Template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Getting-Started-AspNetCore-MVC-Template.md b/docs/Getting-Started-AspNetCore-MVC-Template.md index 25c73c329e..665cec98b1 100644 --- a/docs/Getting-Started-AspNetCore-MVC-Template.md +++ b/docs/Getting-Started-AspNetCore-MVC-Template.md @@ -6,7 +6,7 @@ Go to [the template creation page](https://abp.io/Templates), enter a project na ![bookstore-create--template](images/bookstore-create-template.png) -When you click to the *create* button, a new Visual Studio solution is created and downloaded with the name you have provided. +When you click the *create* button, a new Visual Studio solution is created and downloaded with the name you have provided. #### Pre Requirements @@ -60,12 +60,12 @@ You can now run the application which will open the **home** page: ![bookstore-homepage](images/bookstore-homepage.png) -Click to the **Login** button, enter `admin` as the username and `1q2w3E*` as the password to login to the application. +Click the **Login** button, enter `admin` as the username and `1q2w3E*` as the password to login to the application. -Startup template includes the **identity management** module. Once you login, the Identity management menu will be available where you can manage **roles**, **users** and their **permissions**. +The startup template includes the **identity management** module. Once you login, the Identity management menu will be available where you can manage **roles**, **users** and their **permissions**. ![bookstore-user-management](images/bookstore-user-management.png) ### What's Next? -* [Application development tutorial](Tutorials/AspNetCore-Mvc/Part-I.md) \ No newline at end of file +* [Application development tutorial](Tutorials/AspNetCore-Mvc/Part-I.md)