From 51b16893f529d49c66d9800be1999b6cba84e2a1 Mon Sep 17 00:00:00 2001 From: Donovan Edye Date: Tue, 9 Jul 2019 09:37:49 +1000 Subject: [PATCH] Update Getting-Started-AspNetCore-MVC-Template.md Correct grammar --- docs/en/Getting-Started-AspNetCore-MVC-Template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/Getting-Started-AspNetCore-MVC-Template.md b/docs/en/Getting-Started-AspNetCore-MVC-Template.md index 1e61e96614..cfb401c084 100644 --- a/docs/en/Getting-Started-AspNetCore-MVC-Template.md +++ b/docs/en/Getting-Started-AspNetCore-MVC-Template.md @@ -1,6 +1,6 @@ ## Getting Started With the ASP.NET Core MVC Template -This tutorials explains how to create a new ASP.NET Core MVC web application using the startup template, configure and run it. +These tutorials explain how to create a new ASP.NET Core MVC web application using the startup template, configure and run it. ### Creating a New Project