From bc669f91b38538b047737d48a02b458239352bde Mon Sep 17 00:00:00 2001 From: Noel Rice Date: Thu, 25 Jun 2015 17:05:56 -0700 Subject: [PATCH] Add punctuation. --- aspnet/client-side/using-gulp.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/client-side/using-gulp.rst b/aspnet/client-side/using-gulp.rst index d364d67fa6..6abfc592b9 100644 --- a/aspnet/client-side/using-gulp.rst +++ b/aspnet/client-side/using-gulp.rst @@ -28,7 +28,7 @@ This topic will cover the following typical steps in using Gulp in your ASP.NET ASP.NET Project Templates ------------------------- -New ASP.NET Web Applications created in Visual Studio 2015 start with the *Empty* *Web API" and *Web Site* templates. The *Web Site* template includes NPM and Gulp by default. NPM is preconfigured to add the Gulp.js package. Gulp is configured to copy Bootstrap, Hammer and jQuery client libraries to your web app directory. +New ASP.NET Web Applications created in Visual Studio 2015 start with the *Empty*, *Web API", and *Web Site* templates. The *Web Site* template includes NPM and Gulp by default. NPM is preconfigured to add the Gulp.js package. Gulp is configured to copy Bootstrap, Hammer and jQuery client libraries to your web app directory. Add the Gulp package --------------------